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 {
|
Controls.Label {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
visible: subtitle !== ""
|
||||||
text: subtitle
|
text: subtitle
|
||||||
fontSizeMode: Text.Fit
|
fontSizeMode: Text.Fit
|
||||||
font.pointSize: 12
|
font.pointSize: 12
|
||||||
|
|
Loading…
Reference in New Issue