mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Set background color for machine actions
Otherwise the background is always white, which makes it unusuable for darktheme CURA-9465
This commit is contained in:
parent
461165ea39
commit
6536b37525
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ UM.ManagementPage
|
|||
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
|
||||
maximumWidth: minimumWidth * 3
|
||||
maximumHeight: minimumHeight * 3
|
||||
backgroundColor: UM.Theme.getColor("main_background")
|
||||
}
|
||||
|
||||
UM.ConfirmRemoveDialog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue