Make topbar transparent and update text style

CURA-4213
This commit is contained in:
Lipu Fei 2017-09-05 11:37:03 +02:00
parent 3f6f4a1291
commit 4b08a5611a
3 changed files with 14 additions and 14 deletions

View file

@ -16,7 +16,7 @@ Rectangle
anchors.left: parent.left
anchors.right: parent.right
height: UM.Theme.getSize("sidebar_header").height
color: UM.Theme.getColor("sidebar_header_bar")
color: "transparent"
property bool printerConnected: Cura.MachineManager.printerOutputDevices.length != 0
property bool printerAcceptsCommands: printerConnected && Cura.MachineManager.printerOutputDevices[0].acceptsCommands