Fix SettingUnknown setting handler to display correctly

This commit is contained in:
Arjen Hiemstra 2016-05-11 16:52:27 +02:00
parent d761409bf2
commit fa9f9b41ab

View file

@ -4,10 +4,16 @@
import QtQuick 2.1
import QtQuick.Controls 1.1
import UM 1.2 as UM
SettingItem
{
Label
contents: Label
{
anchors.fill: parent
text: value + " " + unit;
color: UM.Theme.getColor("setting_control_text")
verticalAlignment: Qt.AlignVCenter
}
}