mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
DraggableDesktopWidget: use panel opacity slider
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user