mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:59:00 +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
|
height: childrenRect.height
|
||||||
spacing: workspaceDialog.margin
|
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.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
Loading…
x
Reference in New Issue
Block a user