mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:39:01 +08:00
Fix SettingUnknown setting handler to display correctly
This commit is contained in:
parent
d761409bf2
commit
fa9f9b41ab
@ -4,10 +4,16 @@
|
|||||||
import QtQuick 2.1
|
import QtQuick 2.1
|
||||||
import QtQuick.Controls 1.1
|
import QtQuick.Controls 1.1
|
||||||
|
|
||||||
|
import UM 1.2 as UM
|
||||||
|
|
||||||
SettingItem
|
SettingItem
|
||||||
{
|
{
|
||||||
Label
|
contents: Label
|
||||||
{
|
{
|
||||||
|
anchors.fill: parent
|
||||||
text: value + " " + unit;
|
text: value + " " + unit;
|
||||||
|
color: UM.Theme.getColor("setting_control_text")
|
||||||
|
|
||||||
|
verticalAlignment: Qt.AlignVCenter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user