mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
Top toolbar use layers_white.svg icon for layers editing
This commit is contained in:
@@ -3377,7 +3377,7 @@ bool GLCanvas3D::_init_toolbar()
|
|||||||
|
|
||||||
item.name = "layersediting";
|
item.name = "layersediting";
|
||||||
#if ENABLE_SVG_ICONS
|
#if ENABLE_SVG_ICONS
|
||||||
item.icon_filename = "layers.svg";
|
item.icon_filename = "layers_white.svg";
|
||||||
#endif // ENABLE_SVG_ICONS
|
#endif // ENABLE_SVG_ICONS
|
||||||
item.tooltip = GUI::L_str("Layers editing");
|
item.tooltip = GUI::L_str("Layers editing");
|
||||||
item.sprite_id = 10;
|
item.sprite_id = 10;
|
||||||
|
|||||||
Reference in New Issue
Block a user