Separate transparent bar foreground from panel text
This commit is contained in:
@@ -33,7 +33,7 @@ BarWidget {
|
||||
anchors.left: parent.left
|
||||
width: parent.width
|
||||
text: root.title
|
||||
color: root.bar ? root.bar.foreground : Color.foreground
|
||||
color: root.bar ? root.bar.barForeground : Color.foreground
|
||||
font.family: root.bar ? root.bar.fontFamily : Style.font.family
|
||||
font.pixelSize: Style.font.body
|
||||
elide: Text.ElideRight
|
||||
|
||||
Reference in New Issue
Block a user