CURA-4870 Fix some style with brackets in QML

This commit is contained in:
Diego Prado Gesto 2018-03-13 16:11:51 +01:00
parent 180139090a
commit 855df814d8
2 changed files with 6 additions and 3 deletions

View file

@ -6,11 +6,13 @@ import QtQuick 2.2
import UM 1.2 as UM
import Cura 1.0 as Cura
Item {
Item
{
property var status: "disconnected"
width: childrenRect.width
height: childrenRect.height
UM.RecolorImage {
UM.RecolorImage
{
id: statusIcon
width: UM.Theme.getSize("printer_status_icon").width
height: UM.Theme.getSize("printer_status_icon").height