mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00: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:
@@ -70,9 +70,6 @@ FilamentMapDialog::FilamentMapDialog(wxWindow *parent,
|
|||||||
{
|
{
|
||||||
SetBackgroundColour(*wxWHITE);
|
SetBackgroundColour(*wxWHITE);
|
||||||
|
|
||||||
SetMinSize(wxSize(500, 100));
|
|
||||||
SetMaxSize(wxSize(500, 1500));
|
|
||||||
|
|
||||||
wxBoxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);
|
wxBoxSizer *main_sizer = new wxBoxSizer(wxVERTICAL);
|
||||||
|
|
||||||
m_mode_switch_btn = new SwitchButton(this);
|
m_mode_switch_btn = new SwitchButton(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user