mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 08:44:25 +08:00
Change background color of Discard or keepchanges dialog
CURA-8951
This commit is contained in:
parent
fd3ef23784
commit
01ecc799fa
@ -20,7 +20,7 @@ UM.Dialog
|
|||||||
minimumHeight: UM.Theme.getSize("popup_dialog").height
|
minimumHeight: UM.Theme.getSize("popup_dialog").height
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
backgroundColor: UM.Theme.getColor("background_1")
|
||||||
margin: UM.Theme.getSize("thick_margin").width
|
margin: UM.Theme.getSize("thick_margin").width
|
||||||
|
|
||||||
property var changesModel: Cura.UserChangesModel { id: userChangesModel }
|
property var changesModel: Cura.UserChangesModel { id: userChangesModel }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user