mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-03 05:20:29 -07:00
FIX: update the translation wrap; enlarge layout
jira: [STUDIO-9814] Change-Id: I120c09b9b537fe670ace0f75d1b73c42372d2ea6 (cherry picked from commit 5c1916d3a173225ba6a44ef5f5a61a6e42a79792)
This commit is contained in:
parent
b2c2289156
commit
b733133ef1
1 changed files with 2 additions and 2 deletions
|
|
@ -4580,8 +4580,8 @@ std::string SelectMachineDialog::get_print_status_info(PrintDialogStatus status)
|
|||
SetMaxSize(wxSize(-1, FromDIP(50)));
|
||||
}
|
||||
else {
|
||||
SetMinSize(wxSize(-1, FromDIP(90)));
|
||||
SetMaxSize(wxSize(-1, FromDIP(90)));
|
||||
SetMinSize(wxSize(-1, FromDIP(95)));
|
||||
SetMaxSize(wxSize(-1, FromDIP(95)));
|
||||
}
|
||||
|
||||
m_ops = ops;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue