mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 13:55:56 +08: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
@ -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…
x
Reference in New Issue
Block a user