diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-05 18:41:45 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-06-05 18:41:45 +1000 |
| commit | 023d00d6584d7af9d344ed39031f3b4bf95521d0 (patch) | |
| tree | 331b7b8876e6cb7e7e9956ca8f12dd89bdda85fe /modules/launcher/Background.qml | |
| parent | bar: show power profile if no battery (diff) | |
| download | caelestia-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/launcher/Background.qml')
| -rw-r--r-- | modules/launcher/Background.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launcher/Background.qml b/modules/launcher/Background.qml index 672b153..5a3d5d4 100644 --- a/modules/launcher/Background.qml +++ b/modules/launcher/Background.qml @@ -32,7 +32,7 @@ ShapePath { radiusY: Math.min(root.rounding, root.wrapper.height) } PathLine { - relativeX: root.wrapper.width - root.rounding * 4 + relativeX: root.wrapper.width - root.rounding * 2 relativeY: 0 } PathArc { |