full round when top

This commit is contained in:
Benjamin Palko 2025-08-27 15:21:49 -04:00
parent 2915a5fc3a
commit 19965c2a70

View file

@ -8,8 +8,7 @@ Drawer {
background: Rectangle { background: Rectangle {
Component.onCompleted: { Component.onCompleted: {
if (control.edge == Qt.TopEdge) { if (control.edge == Qt.TopEdge) {
bottomLeftRadius = 8; radius = 8;
bottomRightRadius = 8;
} else if (control.edge == Qt.LeftEdge) { } else if (control.edge == Qt.LeftEdge) {
topRightRadius = 8; topRightRadius = 8;
bottomRightRadius = 8; bottomRightRadius = 8;