summaryrefslogtreecommitdiff
path: root/modules/drawers/Backgrounds.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 18:58:29 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 18:58:29 +1000
commit1d3b59e33d2819a20aa7cb6b1170e9dceadcfacf (patch)
tree8e788dea2b1231be1c21955c83502fe33c010266 /modules/drawers/Backgrounds.qml
parentdrawers: fix interaction areas (diff)
downloadcaelestia-shell-1d3b59e33d2819a20aa7cb6b1170e9dceadcfacf.tar.gz
caelestia-shell-1d3b59e33d2819a20aa7cb6b1170e9dceadcfacf.tar.bz2
caelestia-shell-1d3b59e33d2819a20aa7cb6b1170e9dceadcfacf.zip
bar: fix popout wrapping and morphing
Diffstat (limited to 'modules/drawers/Backgrounds.qml')
-rw-r--r--modules/drawers/Backgrounds.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drawers/Backgrounds.qml b/modules/drawers/Backgrounds.qml
index c6628ae..df8d2eb 100644
--- a/modules/drawers/Backgrounds.qml
+++ b/modules/drawers/Backgrounds.qml
@@ -55,7 +55,7 @@ Shape {
BarPopouts.Background {
wrapper: panels.popouts
- invertBottomRounding: wrapper.y + wrapper.height - BorderConfig.rounding >= root.height
+ invertBottomRounding: wrapper.y + wrapper.height >= root.height
startX: 0
startY: wrapper.y - rounding