mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-08 13:39:00 +08:00
ENH: use dialog style
jira: [STUDIO-10944] Change-Id: If48abb7bccbc8c909c2a659d96f0155d97cce673
This commit is contained in:
parent
7768570492
commit
196c722287
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user