Added set_default_suppressed for sla_materials.

This commit is contained in:
YuSanka 2018-08-09 09:25:23 +02:00
parent 0210dcf3b6
commit c1bef2f8de
2 changed files with 3 additions and 2 deletions

View file

@ -2946,7 +2946,7 @@ void TabSLAMaterial::build()
m_presets = &m_preset_bundle->sla_materials;
load_initial_data();
auto page = add_options_page(_(L("Material")), "spool.png");
auto page = add_options_page(_(L("Material")), "package_green.png");
auto optgroup = page->new_optgroup(_(L("Layers")));
optgroup->append_single_option_line("layer_height");