mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Remove incorrect enum usage
This only needs to happen in code that uses PyQt, not in qml code
This commit is contained in:
parent
d05417f7f0
commit
b25e760c53
6 changed files with 16 additions and 16 deletions
|
@ -47,7 +47,7 @@ Item
|
|||
Column
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignTop
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
spacing: base.columnSpacing
|
||||
|
||||
|
@ -176,7 +176,7 @@ Item
|
|||
Column
|
||||
{
|
||||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignTop
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
spacing: base.columnSpacing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue