Fixed couple of warnings in GUI_ObjectList.cpp and GUI_ObjectSettings.cpp

This commit is contained in:
Lukas Matena 2019-09-02 09:41:12 +02:00
parent 942f959e87
commit 9ac6909d30
2 changed files with 55 additions and 55 deletions

View file

@ -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
} //namespace Slic3r