mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06: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
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue