Adjust dialog margins.

Move title into full width white square.

CURA-9424

Co-authored-by: Casper Lamboo <casper.lamboo@ultimaker.com>
This commit is contained in:
Joey de l'Arago 2022-11-03 16:43:19 +01:00
parent 6126135adb
commit e954de7f01

View file

@ -324,7 +324,11 @@ UM.Dialog
height: childrenRect.height
spacing: workspaceDialog.margin
anchors.margins: workspaceDialog.margin
anchors.leftMargin: workspaceDialog.margin
anchors.rightMargin: workspaceDialog.margin
anchors.bottomMargin: workspaceDialog.margin
anchors.topMargin: warning ? workspaceDialog.margin : 0
anchors.left: parent.left
anchors.right: parent.right
anchors.top: parent.top