mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Use correct enum values for materialsview
This commit is contained in:
parent
d34d6f739a
commit
5f71518f9d
1 changed files with 4 additions and 3 deletions
|
@ -206,7 +206,8 @@ Item
|
|||
{
|
||||
height: informationPage.rowHeight
|
||||
width: informationPage.columnWidth
|
||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Color")
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
text: catalog.i18nc("@label", "Color")
|
||||
}
|
||||
|
||||
Row
|
||||
|
@ -270,7 +271,7 @@ Item
|
|||
width: parent.width
|
||||
height: parent.rowHeight
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
text: catalog.i18nc("@label", "Properties")
|
||||
}
|
||||
|
||||
|
@ -571,7 +572,7 @@ Item
|
|||
height: spinBox.height + UM.Theme.getSize("default_lining").height
|
||||
text: model.label
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
}
|
||||
Cura.SpinBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue