mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02: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