File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ FocusScope {
71
71
radius: units .smallSpacing
72
72
Rectangle {
73
73
z: - 1
74
- y: - units .largeSpacing - 1
74
+ y: - units .smallSpacing - 1
75
75
antialiasing: true
76
76
border {
77
77
width: 1
@@ -85,7 +85,7 @@ FocusScope {
85
85
}
86
86
Rectangle {
87
87
color: palette .window
88
- y: - units .largeSpacing + 1
88
+ y: - units .smallSpacing + 1
89
89
anchors .horizontalCenter : parent .horizontalCenter
90
90
width: units .gridUnit
91
91
height: units .gridUnit
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ Item {
246
246
anchors {
247
247
horizontalCenter: parent .horizontalCenter
248
248
top: parent .bottom
249
- topMargin: units .largeSpacing + opacity * Math . round ( units .gridUnit * 1.5 )
249
+ topMargin: units .smallSpacing + opacity * units .gridUnit
250
250
}
251
251
252
252
onOpenChanged: {
@@ -368,7 +368,7 @@ Item {
368
368
anchors {
369
369
horizontalCenter: parent .horizontalCenter
370
370
top: parent .bottom
371
- topMargin: units .largeSpacing + opacity * Math . round ( units .gridUnit * 1.5 )
371
+ topMargin: units .smallSpacing + opacity * units .gridUnit
372
372
}
373
373
374
374
onOpenChanged: {
You can’t perform that action at this time.
0 commit comments