mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add medium quality "Folder" icon
CURA-8202
This commit is contained in:
parent
327acfd49c
commit
c3a7cd59be
2 changed files with 12 additions and 1 deletions
|
@ -97,7 +97,7 @@ Item
|
|||
{
|
||||
id: buttonIcon
|
||||
anchors.centerIn: parent
|
||||
source: UM.Theme.getIcon("Folder")
|
||||
source: UM.Theme.getIcon("Folder", "medium")
|
||||
width: UM.Theme.getSize("button_icon").width
|
||||
height: UM.Theme.getSize("button_icon").height
|
||||
color: UM.Theme.getColor("icon")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue