mirror of https://github.com/KDE/kasts.git
Only show subtitle in header if it's not empty
This commit is contained in:
parent
9c83ee08e8
commit
53cba484fb
|
@ -81,6 +81,7 @@ Item {
|
|||
}
|
||||
Controls.Label {
|
||||
Layout.fillWidth: true
|
||||
visible: subtitle !== ""
|
||||
text: subtitle
|
||||
fontSizeMode: Text.Fit
|
||||
font.pointSize: 12
|
||||
|
|
Loading…
Reference in New Issue