use namespace AlignmentFlag

Contributes to CURA-8640
This commit is contained in:
j.spijker@ultimaker.com 2022-03-24 11:58:42 +01:00 committed by Jelle Spijker
parent 3f8907d02a
commit 55cb86ebbd
No known key found for this signature in database
GPG key ID: 6662DC033BE6B99A
6 changed files with 18 additions and 18 deletions

View file

@ -50,7 +50,7 @@ UM.Dialog
font: UM.Theme.getFont("large")
anchors.verticalCenter: icon.verticalCenter
height: UM.Theme.getSize("marketplace_large_icon").height
verticalAlignment: Qt.AlignVCenter
verticalAlignment: Qt.AlignmentFlag.AlignVCenter
wrapMode: Text.Wrap
renderType: Text.NativeRendering
}