fix panel pin button layout, network hover, mpris session switch, volume title colors
This commit is contained in:
parent
c81cddc38f
commit
084ef1da75
4 changed files with 122 additions and 73 deletions
|
|
@ -213,7 +213,7 @@ M.BarSection {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: 12
|
||||
text: "Output Devices"
|
||||
color: M.Theme.base04
|
||||
color: root.accentColor
|
||||
font.pixelSize: M.Theme.fontSize - 1
|
||||
font.family: M.Theme.fontFamily
|
||||
}
|
||||
|
|
@ -279,7 +279,7 @@ M.BarSection {
|
|||
verticalAlignment: Text.AlignVCenter
|
||||
leftPadding: 12
|
||||
text: "Applications"
|
||||
color: M.Theme.base04
|
||||
color: root.accentColor
|
||||
font.pixelSize: M.Theme.fontSize - 1
|
||||
font.family: M.Theme.fontFamily
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue