mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08: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
@ -11,9 +11,10 @@ SettingItem
|
||||
contents: Label
|
||||
{
|
||||
anchors.fill: parent
|
||||
text: value + " " + unit;
|
||||
color: UM.Theme.getColor("setting_control_text")
|
||||
|
||||
verticalAlignment: Qt.AlignVCenter
|
||||
text: propertyProvider.properties.value + " " + unit
|
||||
renderType: Text.NativeRendering
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user