TrayMenu: less margins
This commit is contained in:
parent
127b7bbeab
commit
ddd74c65e4
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ PopupWindow {
|
||||||
Flickable {
|
Flickable {
|
||||||
id: flickable
|
id: flickable
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Style.marginMedium * scaling
|
anchors.margins: Style.marginSmall * scaling
|
||||||
contentHeight: columnLayout.implicitHeight
|
contentHeight: columnLayout.implicitHeight
|
||||||
interactive: true
|
interactive: true
|
||||||
clip: true
|
clip: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue