mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Added missed icons for the dark mode.
Fixed typos from the previous commit
This commit is contained in:
parent
180742ccaa
commit
c7ef1feaf0
9 changed files with 61 additions and 8 deletions
|
@ -97,7 +97,7 @@ DPIFrame(NULL, wxID_ANY, "", wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_S
|
|||
// Otherwise, MainFrame will be maximized by height
|
||||
if (slNew) {
|
||||
wxSize size = wxGetApp().get_min_size();
|
||||
size.SetWidth(int(0.5*size.GetHeight()));
|
||||
size.SetHeight(int(0.5*size.GetHeight()));
|
||||
m_plater->SetMinSize(size);
|
||||
m_tabpanel->SetMinSize(size);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue