mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -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
|
implicitHeight: childrenRect.height
|
||||||
implicitWidth: parent.width - 2 * UM.Theme.getSize("default_margin").width
|
implicitWidth: parent.width - 2 * UM.Theme.getSize("default_margin").width
|
||||||
Layout.alignment: Qt.AlignmentFlag.AlignHCenter
|
Layout.alignment: Qt.AlignHCenter
|
||||||
RowLayout
|
RowLayout
|
||||||
{
|
{
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue