mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
use namespace AlignmentFlag
Contributes to CURA-8640
This commit is contained in:
parent
3f8907d02a
commit
55cb86ebbd
6 changed files with 18 additions and 18 deletions
|
|
@ -31,7 +31,7 @@ Item
|
|||
|
||||
Cura.SecondaryButton
|
||||
{
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignVCenter
|
||||
Layout.preferredHeight: UM.Theme.getSize("action_button").height
|
||||
Layout.preferredWidth: height
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ Item
|
|||
|
||||
Label
|
||||
{
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
Layout.alignment: Qt.AlignmentFlag.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
|
||||
text: detailPage.title
|
||||
|
|
@ -93,4 +93,4 @@ Item
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue