mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Changed toolbar icons for "split to object/part"
This commit is contained in:
parent
aa3e4c294a
commit
2e8f21fff8
7 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue