mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:29:01 +08:00
Use correct enum values for materialsview
This commit is contained in:
parent
d34d6f739a
commit
5f71518f9d
@ -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…
x
Reference in New Issue
Block a user