mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 16:19:05 +08:00
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:
parent
6126135adb
commit
e954de7f01
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user