mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 19:26:19 +00:00
Dock: border alpha follows bg opacity
This commit is contained in:
@@ -209,7 +209,7 @@ Variants {
|
||||
anchors.centerIn: parent
|
||||
radius: Style.radiusL * scaling
|
||||
border.width: Math.max(1, Style.borderS * scaling)
|
||||
border.color: Color.mOutline
|
||||
border.color: Qt.alpha(Color.mOutline, Settings.data.dock.backgroundOpacity)
|
||||
|
||||
MouseArea {
|
||||
id: dockMouseArea
|
||||
|
||||
Reference in New Issue
Block a user