mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 08:47:50 -06:00
Add the correct value to the setting viewer when the type is unknown.
Contributes to CURA-4495
This commit is contained in:
parent
19792fc1a6
commit
cd9531b746
1 changed files with 5 additions and 4 deletions
|
@ -11,9 +11,10 @@ SettingItem
|
||||||
contents: Label
|
contents: Label
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
text: value + " " + unit;
|
text: propertyProvider.properties.value + " " + unit
|
||||||
color: UM.Theme.getColor("setting_control_text")
|
renderType: Text.NativeRendering
|
||||||
|
font: UM.Theme.getFont("default")
|
||||||
verticalAlignment: Qt.AlignVCenter
|
color: UM.Theme.getColor("text")
|
||||||
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue