mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 18:57:52 -06:00
Fix Rectangles that always show as white regardless of the theme
This commit is contained in:
parent
26ad2c8f6e
commit
bf3d3d46e2
5 changed files with 12 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue