Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-02-06 11:49:32 +0300
committerYuSanka <yusanka@gmail.com>2019-02-06 12:13:27 +0300
commit46f32d091aaf3251ea18744e2f0415ae17d47610 (patch)
tree98f687aa4a7add7d1f4438cc4f88b9b0b6e63a1b /src/slic3r/GUI/OptionsGroup.hpp
parent7cc3a95f53e8d50fb9b8a769681e69a76b951851 (diff)
Fixed scaling of the controls and InfoDialogs (Sys and About)
Diffstat (limited to 'src/slic3r/GUI/OptionsGroup.hpp')
-rw-r--r--src/slic3r/GUI/OptionsGroup.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/OptionsGroup.hpp b/src/slic3r/GUI/OptionsGroup.hpp
index ac355bdf3..d9ff6a01a 100644
--- a/src/slic3r/GUI/OptionsGroup.hpp
+++ b/src/slic3r/GUI/OptionsGroup.hpp
@@ -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 };