Fix Rectangles that always show as white regardless of the theme

This commit is contained in:
fieldOfView 2017-01-23 23:38:48 +01:00
parent 26ad2c8f6e
commit bf3d3d46e2
5 changed files with 12 additions and 3 deletions

View file

@ -12,6 +12,8 @@ Rectangle {
id: base;
UM.I18nCatalog { id: catalog; name:"cura"}
color: "transparent"
property real progress: UM.Backend.progress;
property int backendState: UM.Backend.state;
property bool activity: Printer.getPlatformActivity;
@ -80,6 +82,7 @@ Rectangle {
anchors.top: progressBar.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.left: parent.left
color: "transparent"
Row {
id: additionalComponentsRow