Remove incorrect enum usage

This only needs to happen in code that uses PyQt, not in qml code
This commit is contained in:
Jaime van Kessel 2022-06-17 15:26:30 +02:00
parent d05417f7f0
commit b25e760c53
6 changed files with 16 additions and 16 deletions

View file

@ -65,7 +65,7 @@ Item
Rectangle
{
Layout.alignment: Qt.AlignmentFlag.AlignHCenter
Layout.alignment: Qt.AlignHCenter
color: UM.Theme.getColor("viewport_overlay")
width: whatsNewViewport.width
height: whatsNewViewport.height