mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Use right enum for alignment
This commit is contained in:
parent
3c6412d5d7
commit
605280255f
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ Window
|
|||
{
|
||||
implicitHeight: childrenRect.height
|
||||
implicitWidth: parent.width - 2 * UM.Theme.getSize("default_margin").width
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignHCenter
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
RowLayout
|
||||
{
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue