From 01ecc799fad3567483ff835ece3c2efb42c48c29 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Wed, 9 Mar 2022 13:06:28 +0100 Subject: [PATCH] Change background color of Discard or keepchanges dialog CURA-8951 --- resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml index 11aeac1722..0e2985ae32 100644 --- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml @@ -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 }