From 19965c2a708fe461275c7c3cb978b49b39fa1be5 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 27 Aug 2025 15:21:49 -0400 Subject: [PATCH] full round when top --- components/StyledDrawer.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/StyledDrawer.qml b/components/StyledDrawer.qml index aae1b15..c153482 100644 --- a/components/StyledDrawer.qml +++ b/components/StyledDrawer.qml @@ -8,8 +8,7 @@ Drawer { background: Rectangle { Component.onCompleted: { if (control.edge == Qt.TopEdge) { - bottomLeftRadius = 8; - bottomRightRadius = 8; + radius = 8; } else if (control.edge == Qt.LeftEdge) { topRightRadius = 8; bottomRightRadius = 8;