Fix some leftover renamings

Contributes to CURA-5941
This commit is contained in:
Diego Prado Gesto 2018-12-04 13:21:26 +01:00
parent e159cbdb1a
commit 4dcce7616b
6 changed files with 9 additions and 9 deletions

View file

@ -139,8 +139,8 @@ Item
sourceSize.width: width
sourceSize.height: height
visible: source != ""
width: height
height: Math.round(0.2 * base.height)
width: UM.Theme.getSize("standard_arrow").width
height: UM.Theme.getSize("standard_arrow").height
color: UM.Theme.getColor("text")
}