summaryrefslogtreecommitdiff
path: root/modules/osd/Background.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 18:41:45 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 18:41:45 +1000
commit023d00d6584d7af9d344ed39031f3b4bf95521d0 (patch)
tree331b7b8876e6cb7e7e9956ca8f12dd89bdda85fe /modules/osd/Background.qml
parentbar: show power profile if no battery (diff)
downloadcaelestia-shell-023d00d6584d7af9d344ed39031f3b4bf95521d0.tar.gz
caelestia-shell-023d00d6584d7af9d344ed39031f3b4bf95521d0.tar.bz2
caelestia-shell-023d00d6584d7af9d344ed39031f3b4bf95521d0.zip
drawers: fix interaction areas
Outer corners shouldn't be part of interaction area
Diffstat (limited to 'modules/osd/Background.qml')
-rw-r--r--modules/osd/Background.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/osd/Background.qml b/modules/osd/Background.qml
index 75940d3..551637b 100644
--- a/modules/osd/Background.qml
+++ b/modules/osd/Background.qml
@@ -33,7 +33,7 @@ ShapePath {
}
PathLine {
relativeX: 0
- relativeY: root.wrapper.height - root.rounding * 4
+ relativeY: root.wrapper.height - root.rounding * 2
}
PathArc {
relativeX: root.roundingX