mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-05 19:42:47 +00:00
Fixed scaling of the controls and InfoDialogs (Sys and About)
This commit is contained in:
@@ -82,7 +82,7 @@ class OptionsGroup {
|
||||
public:
|
||||
const bool staticbox {true};
|
||||
const wxString title {wxString("")};
|
||||
size_t label_width = 15 * wxGetApp().em_unit();// {200};
|
||||
size_t label_width = 20 * wxGetApp().em_unit();// {200};
|
||||
wxSizer* sizer {nullptr};
|
||||
column_t extra_column {nullptr};
|
||||
t_change m_on_change { nullptr };
|
||||
|
||||
Reference in New Issue
Block a user