mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
OSD + Notification: Shadows cleanup
This commit is contained in:
+4
-4
@@ -125,9 +125,9 @@ Variants {
|
||||
readonly property bool isRight: (location.indexOf("_right") >= 0) || (location === "right")
|
||||
readonly property bool isCentered: (location === "top" || location === "bottom")
|
||||
readonly property bool verticalMode: (location === "left" || location === "right")
|
||||
readonly property int hWidth: Math.round(380 * Style.uiScaleRatio)
|
||||
readonly property int hHeight: Math.round(64 * Style.uiScaleRatio)
|
||||
readonly property int vWidth: Math.round(72 * Style.uiScaleRatio)
|
||||
readonly property int hWidth: Math.round(420 * Style.uiScaleRatio)
|
||||
readonly property int hHeight: Math.round(84 * Style.uiScaleRatio)
|
||||
readonly property int vWidth: Math.round(92 * Style.uiScaleRatio)
|
||||
readonly property int vHeight: Math.round(380 * Style.uiScaleRatio)
|
||||
|
||||
// Ensure an even width to keep the vertical bar perfectly centered
|
||||
@@ -241,7 +241,7 @@ Variants {
|
||||
Rectangle {
|
||||
id: background
|
||||
anchors.fill: parent
|
||||
anchors.margins: Style.marginS * 2
|
||||
anchors.margins: Style.marginM * 2
|
||||
radius: Style.radiusL
|
||||
color: Color.mSurface
|
||||
border.color: Color.mOutline
|
||||
|
||||
Reference in New Issue
Block a user