mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 00:36:25 +08:00
Top toolbar use layers_white.svg icon for layers editing
This commit is contained in:
parent
f18ebec8e9
commit
4a5992ba6e
@ -3377,7 +3377,7 @@ bool GLCanvas3D::_init_toolbar()
|
||||
|
||||
item.name = "layersediting";
|
||||
#if ENABLE_SVG_ICONS
|
||||
item.icon_filename = "layers.svg";
|
||||
item.icon_filename = "layers_white.svg";
|
||||
#endif // ENABLE_SVG_ICONS
|
||||
item.tooltip = GUI::L_str("Layers editing");
|
||||
item.sprite_id = 10;
|
||||
|
Loading…
x
Reference in New Issue
Block a user