DraggableDesktopWidget: use panel opacity slider

This commit is contained in:
Ly-sec
2026-01-11 12:57:06 +01:00
parent e38881b1f7
commit 0dfe9d0b7f
@@ -354,7 +354,7 @@ Item {
id: container
anchors.fill: parent
radius: root.roundedCorners ? Math.round(Style.radiusL * root.widgetScale) : 0
color: Color.mSurface
color: Qt.alpha(Color.mSurface, Settings.data.ui.panelBackgroundOpacity)
border {
width: 1
color: Qt.alpha(Color.mOutline, 0.12)