full round when top
This commit is contained in:
parent
2915a5fc3a
commit
19965c2a70
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue