mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NHeader: fix label visibility
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ ColumnLayout {
|
||||
font.pointSize: Style.fontSizeXL * scaling
|
||||
font.weight: Style.fontWeightBold
|
||||
color: Color.mSecondary
|
||||
visible: root.title !== ""
|
||||
visible: root.label !== ""
|
||||
}
|
||||
|
||||
NText {
|
||||
|
||||
Reference in New Issue
Block a user