mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
FIX: bedshape dialog dark mode issue
Jira: STUDIO-4572 refine UI of the dialog under dark mode Change-Id: I188a50bd8909c2ab090fbb1a095c4c45da150071
This commit is contained in:
parent
d3e2f011e4
commit
999ceddea1
3 changed files with 14 additions and 6 deletions
|
@ -93,7 +93,7 @@ class BedShapeDialog : public DPIDialog
|
|||
BedShapePanel* m_panel;
|
||||
public:
|
||||
BedShapeDialog(wxWindow* parent) : DPIDialog(parent, wxID_ANY, _(L("Bed Shape")),
|
||||
wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE | wxRESIZE_BORDER) {}
|
||||
wxDefaultPosition, wxDefaultSize, wxDEFAULT_DIALOG_STYLE) {}
|
||||
|
||||
void build_dialog(const ConfigOptionPoints& default_pt, const ConfigOptionString& custom_texture, const ConfigOptionString& custom_model);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue