FIX: Inconsistent filament map box width at other resolutions

jira: none
Change-Id: Ib8d8478848252264ba43ad9a9091403f92d8314e
This commit is contained in:
zhimin.zeng 2024-10-16 14:35:10 +08:00 committed by lane.wei
parent 6a282118f8
commit 2a75d397c4
1 changed files with 0 additions and 3 deletions

View File

@ -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);