From be9666457c7a1c66dc355c0bd5c44188a8eec206 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:29:53 +1000 Subject: bar: ensure popouts fully on screen Also round the other way if touching edge --- modules/drawers/Backgrounds.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/drawers/Backgrounds.qml') diff --git a/modules/drawers/Backgrounds.qml b/modules/drawers/Backgrounds.qml index d4ea1d7..3dcc8ad 100644 --- a/modules/drawers/Backgrounds.qml +++ b/modules/drawers/Backgrounds.qml @@ -55,6 +55,7 @@ Shape { BarPopouts.Background { wrapper: panels.popouts + invertBottomRounding: wrapper.y + wrapper.height - BorderConfig.rounding >= root.height startX: 0 startY: wrapper.y -- cgit v1.2.3-freya