Only show subtitle in header if it's not empty

This commit is contained in:
Bart De Vries 2021-05-08 16:20:06 +02:00
parent 9c83ee08e8
commit 53cba484fb
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ Item {
}
Controls.Label {
Layout.fillWidth: true
visible: subtitle !== ""
text: subtitle
fontSizeMode: Text.Fit
font.pointSize: 12