Changed toolbar icons for "split to object/part"

This commit is contained in:
YuSanka 2018-11-08 16:43:25 +01:00
parent aa3e4c294a
commit 2e8f21fff8
7 changed files with 3 additions and 3 deletions

View file

@ -4554,7 +4554,7 @@ bool GLCanvas3D::_init_toolbar()
item.name = "splitvolumes";
item.tooltip = GUI::L_str("Split to parts");
item.sprite_id = 6;
item.sprite_id = 11;
item.is_toggable = false;
item.action_event = EVT_GLTOOLBAR_SPLIT_VOLUMES;
if (!m_toolbar.add_item(item))