Dock: border alpha follows bg opacity

This commit is contained in:
LemmyCook
2025-09-13 11:09:55 -04:00
parent 335e38d461
commit acae2b8c21
+1 -1
View File
@@ -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