|
|
|
@ -81,10 +81,11 @@ Pane { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
|
|
|
|
Layout.fillWidth: true |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
font.pixelSize: constants.fontSizeLarge |
|
|
|
text: model.name |
|
|
|
text: model.name |
|
|
|
|
|
|
|
elide: Label.ElideRight |
|
|
|
color: model.active ? Material.foreground : Qt.darker(Material.foreground, 1.20) |
|
|
|
color: model.active ? Material.foreground : Qt.darker(Material.foreground, 1.20) |
|
|
|
Layout.fillWidth: true |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Tag { |
|
|
|
Tag { |
|
|
|
|