Fix theming of width/height of this dialogue

Also allow resizing it, because why not.

Contributes to #7926.
This commit is contained in:
Ghostkeeper 2020-06-15 12:22:20 +02:00
parent e5a7ad2eca
commit c7929fa053
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -14,8 +14,8 @@ UM.Dialog
id: base
title: catalog.i18nc("@title:window", "Discard or Keep changes")
width: UM.Theme.getSize("popup_dialog").width
height: UM.Theme.getSize("popup_dialog").height
minimumWidth: UM.Theme.getSize("popup_dialog").width
minimumHeight: UM.Theme.getSize("popup_dialog").height
property var changesModel: Cura.UserChangesModel{ id: userChangesModel}
onVisibilityChanged:
{