MainFrame: Maximize by default (at first start)

This commit is contained in:
Vojtech Kral 2019-04-29 16:55:41 +02:00
parent bfcd9f3c29
commit 8098c09589
3 changed files with 14 additions and 8 deletions
src/slic3r/GUI

View file

@ -129,7 +129,7 @@ DPIFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAU
event.Skip();
});
wxGetApp().persist_window_geometry(this);
wxGetApp().persist_window_geometry(this, true);
update_ui_from_settings(); // FIXME (?)
}