[ui] don't 'bold' output attributes label

outputs don't have a real default value
This commit is contained in:
Yann Lanthony 2018-02-05 18:17:12 +01:00
parent bb638f9e08
commit 4d961065a8

View file

@ -36,7 +36,7 @@ RowLayout {
ToolTip.delay: 800
// make label bold if attribute's value is not the default one
font.bold: !object.isDefault
font.bold: !object.isOutput && !object.isDefault
background: Rectangle { color: Qt.darker(palette.window, 1.2) }