Commit 50656a80 authored by Chupligin Sergey's avatar Chupligin Sergey

[AppLauncher] fix folder loader position

parent 01f073c8
...@@ -57,11 +57,15 @@ Item { ...@@ -57,11 +57,15 @@ Item {
GridView { GridView {
id: folderLoader id: folderLoader
anchors.top: parent.bottom parent: gridview.contentItem
y: wrapper.y + wrapper.height
x: 0
z: wrapper.z + 100
width: gridview.width width: gridview.width
height: childrenRect.height height: childrenRect.height
cellWidth: gridview.cellWidth cellWidth: gridview.cellWidth
cellHeight: cellWidth + 30 cellHeight: cellWidth + 30
visible: false
Rectangle { Rectangle {
anchors.fill: parent anchors.fill: parent
opacity: 0.75 opacity: 0.75
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment