Merge branch '4.11'

This commit is contained in:
Ghostkeeper 2021-08-31 13:35:58 +02:00
commit 15fcad454d
No known key found for this signature in database
GPG key ID: 68F39EA88EEED5FF
8 changed files with 136 additions and 3 deletions

View file

@ -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
}

View file

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M18,21H6c-1.7,0-3-1.3-3-3V6c0-1.7,1.3-3,3-3h12c1.7,0,3,1.3,3,3v12C21,19.7,19.7,21,18,21z M5,19h14
V5H5V19z M14.7,7.7l-1.4-1.4l-7,7l1.4,1.4L14.7,7.7z M9.7,7.7L8.3,6.3l-2,2l1.4,1.4L9.7,7.7z" />
</svg>

Before

Width:  |  Height:  |  Size: 323 B