Dock: border alpha follows bg opacity
This commit is contained in:
parent
335e38d461
commit
acae2b8c21
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ Variants {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
radius: Style.radiusL * scaling
|
radius: Style.radiusL * scaling
|
||||||
border.width: Math.max(1, Style.borderS * scaling)
|
border.width: Math.max(1, Style.borderS * scaling)
|
||||||
border.color: Color.mOutline
|
border.color: Qt.alpha(Color.mOutline, Settings.data.dock.backgroundOpacity)
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
id: dockMouseArea
|
id: dockMouseArea
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue