Fix Matugen, NPanel overlay and probably SWWW
This commit is contained in:
parent
dd471581cd
commit
867444a29c
4 changed files with 22 additions and 7 deletions
|
|
@ -9,7 +9,7 @@ PanelWindow {
|
|||
readonly property real scaling: Scaling.scale(screen)
|
||||
property bool showOverlay: Settings.data.general.dimDesktop
|
||||
property int topMargin: Style.barHeight * scaling
|
||||
property color overlayColor: showOverlay ? Colors.overlay : "transparent"
|
||||
property color overlayColor: showOverlay ? Colors.applyOpacity(Colors.mShadow, "AA") : "transparent"
|
||||
|
||||
signal dismissed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue