mirror of
https://github.com/KDE/kasts.git
synced 2024-12-28 09:21:13 +01:00
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
Block a user