mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
height: informationPage.rowHeight
|
||||||
width: informationPage.columnWidth
|
width: informationPage.columnWidth
|
||||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter; text: catalog.i18nc("@label", "Color")
|
verticalAlignment: Qt.AlignVCenter
|
||||||
|
text: catalog.i18nc("@label", "Color")
|
||||||
}
|
}
|
||||||
|
|
||||||
Row
|
Row
|
||||||
|
|
@ -270,7 +271,7 @@ Item
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.rowHeight
|
height: parent.rowHeight
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
text: catalog.i18nc("@label", "Properties")
|
text: catalog.i18nc("@label", "Properties")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -571,7 +572,7 @@ Item
|
||||||
height: spinBox.height + UM.Theme.getSize("default_lining").height
|
height: spinBox.height + UM.Theme.getSize("default_lining").height
|
||||||
text: model.label
|
text: model.label
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
verticalAlignment: Qt.AlignmentFlag.AlignVCenter
|
verticalAlignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
Cura.SpinBox
|
Cura.SpinBox
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue