mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
Use right enum for alignment
This commit is contained in:
parent
3c6412d5d7
commit
605280255f
@ -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…
x
Reference in New Issue
Block a user