mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 20:13:56 -06:00
Add the Buildplate.svg to the Cura icons
The icon existed only in the UM3NetworkPrinting plugin but it was also used in the ConfigurationItem.qml in Cura, so it had to be moved to the Cura icons. CURA-8520
This commit is contained in:
parent
8de5e1e5b9
commit
3e0b395c72
4 changed files with 6 additions and 2 deletions
|
@ -51,7 +51,7 @@ Item
|
|||
anchors.centerIn: parent
|
||||
color: UM.Theme.getColor("monitor_icon_primary")
|
||||
height: UM.Theme.getSize("medium_button_icon").width
|
||||
source: "../svg/icons/Buildplate.svg"
|
||||
source: UM.Theme.getIcon("Buildplate")
|
||||
width: height
|
||||
visible: buildplate
|
||||
}
|
||||
|
|
|
@ -202,7 +202,7 @@ Button
|
|||
Cura.IconWithText
|
||||
{
|
||||
id: buildplateLabel
|
||||
source: UM.Theme.getIcon("buildplate")
|
||||
source: UM.Theme.getIcon("Buildplate")
|
||||
text:
|
||||
{
|
||||
if (configuration === null)
|
||||
|
|
0
plugins/UM3NetworkPrinting/resources/svg/icons/Buildplate.svg → resources/themes/cura-light/icons/default/Buildplate.svg
Executable file → Normal file
0
plugins/UM3NetworkPrinting/resources/svg/icons/Buildplate.svg → resources/themes/cura-light/icons/default/Buildplate.svg
Executable file → Normal file
Before Width: | Height: | Size: 323 B After Width: | Height: | Size: 323 B |
|
@ -306,5 +306,9 @@
|
|||
"translate": {
|
||||
"new_icon": "ArrowFourWay",
|
||||
"size": "default"
|
||||
},
|
||||
"buildplate": {
|
||||
"new_icon": "Buildplate",
|
||||
"size": "default"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue