mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 07:49:04 +08:00
Theme window_disabled_background
This commit is contained in:
parent
615241a416
commit
95a0a5fb24
@ -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
|
||||
}
|
||||
|
@ -191,6 +191,8 @@
|
||||
|
||||
"printer_type_label_background": [228, 228, 242, 255],
|
||||
|
||||
"window_disabled_background": [0, 0, 0, 255],
|
||||
|
||||
"text_light_blue": [50, 130, 255, 255],
|
||||
|
||||
"text": [25, 25, 25, 255],
|
||||
|
Loading…
x
Reference in New Issue
Block a user