FIX: Inconsistent filament map box width at other resolutions
jira: none Change-Id: Ib8d8478848252264ba43ad9a9091403f92d8314e
This commit is contained in:
parent
6a282118f8
commit
2a75d397c4
|
@ -70,9 +70,6 @@ FilamentMapDialog::FilamentMapDialog(wxWindow *parent,
|
|||
{
|
||||
SetBackgroundColour(*wxWHITE);
|
||||
|
||||
SetMinSize(wxSize(500, 100));
|
||||
SetMaxSize(wxSize(500, 1500));
|
||||
|
||||
wxBoxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);
|
||||
|
||||
m_mode_switch_btn = new SwitchButton(this);
|
||||
|
|
Loading…
Reference in New Issue