Change background color of Discard or keepchanges dialog

CURA-8951
This commit is contained in:
Jaime van Kessel 2022-03-09 13:06:28 +01:00
parent fd3ef23784
commit 01ecc799fa

View File

@ -20,7 +20,7 @@ UM.Dialog
minimumHeight: UM.Theme.getSize("popup_dialog").height
width: minimumWidth
height: minimumHeight
backgroundColor: UM.Theme.getColor("background_1")
margin: UM.Theme.getSize("thick_margin").width
property var changesModel: Cura.UserChangesModel { id: userChangesModel }