mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07: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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue