mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] make labels of attributes with non-default value bold
This commit is contained in:
parent
c1e9675fee
commit
0fec9c25b0
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ RowLayout {
|
|||
ToolTip.visible: parameterMA.containsMouse && object.desc.description
|
||||
ToolTip.delay: 800
|
||||
|
||||
// make label bold if attribute's value is not the default one
|
||||
font.bold: !object.isDefault
|
||||
|
||||
background: Rectangle { color: Qt.darker(palette.window, 1.2) }
|
||||
|
||||
MouseArea {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue