mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Theme window_disabled_background
This commit is contained in:
parent
615241a416
commit
95a0a5fb24
2 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ UM.MainWindow
|
|||
id: greyOutBackground
|
||||
anchors.fill: parent
|
||||
visible: welcomeDialog.visible
|
||||
color: "black"
|
||||
color: UM.Theme.getColor("window_disabled_background")
|
||||
opacity: 0.7
|
||||
z: stageMenu.z + 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue