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:
Jaime van Kessel 2022-07-11 16:19:26 +02:00
parent 461165ea39
commit 6536b37525

View File

@ -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