Dock: make border radius configurable

This commit is contained in:
Adam Laughlin
2025-11-21 07:45:37 -05:00
parent 088431b20d
commit d9e0f2fc10
4 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -299,7 +299,7 @@ Loader {
height: Math.round(iconSize * 1.5)
color: Qt.alpha(Color.mSurface, Settings.data.dock.backgroundOpacity)
anchors.centerIn: parent
radius: Style.radiusL
radius: height * 0.5 * Settings.data.dock.radiusRatio
border.width: Style.borderS
border.color: Qt.alpha(Color.mOutline, Settings.data.dock.backgroundOpacity)