mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] don't 'bold' output attributes label
outputs don't have a real default value
This commit is contained in:
parent
bb638f9e08
commit
4d961065a8
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue