mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 19:28:07 -06:00
Increase size of buildplate icon in monitor page
CURA-8202
This commit is contained in:
parent
0904324dde
commit
196e5ba397
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ Item
|
||||||
id: buildplateIcon
|
id: buildplateIcon
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
color: UM.Theme.getColor("monitor_icon_primary")
|
color: UM.Theme.getColor("monitor_icon_primary")
|
||||||
height: parent.height
|
height: UM.Theme.getSize("medium_button_icon").width
|
||||||
source: "../svg/icons/Buildplate.svg"
|
source: "../svg/icons/Buildplate.svg"
|
||||||
width: height
|
width: height
|
||||||
visible: buildplate
|
visible: buildplate
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue