mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: use dialog style
jira: [STUDIO-10944] Change-Id: If48abb7bccbc8c909c2a659d96f0155d97cce673 (cherry picked from commit 196c72228768c1563343b4fdd443af5760272821)
This commit is contained in:
@@ -24,7 +24,7 @@ static std::string float_to_string_with_precision(float value, int precision = 3
|
||||
}
|
||||
|
||||
AMSMaterialsSetting::AMSMaterialsSetting(wxWindow *parent, wxWindowID id)
|
||||
: DPIDialog(parent, id, _L("AMS Materials Setting"), wxDefaultPosition, wxDefaultSize, wxBORDER_NONE)
|
||||
: DPIDialog(parent, id, _L("AMS Materials Setting"), wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE)
|
||||
, m_color_picker_popup(ColorPickerPopup(this))
|
||||
{
|
||||
create();
|
||||
|
||||
Reference in New Issue
Block a user