mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-06 14:57:50 -07:00
FIX: Inconsistent filament map box width at other resolutions
jira: none Change-Id: Ib8d8478848252264ba43ad9a9091403f92d8314e (cherry picked from commit 2a75d397c4ca523c61b51e0853bad8f9e0f7d7c4)
This commit is contained in:
parent
f73273519f
commit
679a4a7fa3
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue