mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
MainScreen: Only dim & mask if panel is opened on 'this' screen.
This commit is contained in:
@@ -54,8 +54,8 @@ Item {
|
||||
property bool effectsActive: false
|
||||
property color effectColor: Color.mPrimary
|
||||
|
||||
property int horizontalPadding: Math.round(Style.marginS)
|
||||
property int spacingBetweenPills: Math.round(Style.marginXS)
|
||||
property int horizontalPadding: Style.marginS
|
||||
property int spacingBetweenPills: Style.marginXS
|
||||
|
||||
// Wheel scroll handling
|
||||
property int wheelAccumulatedDelta: 0
|
||||
|
||||
Reference in New Issue
Block a user