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:
authorLukas Matena <lukasmatena@seznam.cz>2019-09-02 10:41:12 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-09-02 17:27:48 +0300
commit9ac6909d30fb1909cb622edd1b86c21516cc97a6 (patch)
treec91751a5116447bc3105980792f8a9ec108d6f7f /src/slic3r/GUI/GUI_ObjectSettings.cpp
parent942f959e87408f3b499b2e70650eddb9d34edf8d (diff)
Fixed couple of warnings in GUI_ObjectList.cpp and GUI_ObjectSettings.cpp
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectSettings.cpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectSettings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectSettings.cpp b/src/slic3r/GUI/GUI_ObjectSettings.cpp
index c90e1e4ed..0c10c5460 100644
--- a/src/slic3r/GUI/GUI_ObjectSettings.cpp
+++ b/src/slic3r/GUI/GUI_ObjectSettings.cpp
@@ -116,7 +116,7 @@ bool ObjectSettings::update_settings_list()
auto optgroup = std::make_shared<ConfigOptionsGroup>(m_og->ctrl_parent(), _(cat.first), config, false, extra_column);
optgroup->label_width = 15;
- optgroup->sidetext_width = 5.5;
+ optgroup->sidetext_width = 5;
optgroup->m_on_change = [this, config](const t_config_option_key& opt_id, const boost::any& value) {
this->update_config_values(config);
@@ -241,4 +241,4 @@ void ObjectSettings::msw_rescale()
}
} //namespace GUI
-} //namespace Slic3r \ No newline at end of file
+} //namespace Slic3r