Bar widgets: fixed bg colors when used with showCapsule=false
This commit is contained in:
parent
cdca7c1d83
commit
3a6bf8d299
10 changed files with 12 additions and 10 deletions
|
|
@ -33,7 +33,7 @@ Rectangle {
|
|||
implicitHeight: Math.round(baseSize * scaling)
|
||||
|
||||
opacity: root.enabled ? Style.opacityFull : Style.opacityMedium
|
||||
color: root.enabled && root.hovering ? colorBgHover : Settings.data.bar.showCapsule ? colorBg : Color.transparent
|
||||
color: root.enabled && root.hovering ? colorBgHover : colorBg
|
||||
radius: width * 0.5
|
||||
border.color: root.enabled && root.hovering ? colorBorderHover : colorBorder
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue