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

[AppLauncher] fix folder loader position

parent 01f073c8
......@@ -57,11 +57,15 @@ Item {
GridView {
id: folderLoader
anchors.top: parent.bottom
parent: gridview.contentItem
y: wrapper.y + wrapper.height
x: 0
z: wrapper.z + 100
width: gridview.width
height: childrenRect.height
cellWidth: gridview.cellWidth
cellHeight: cellWidth + 30
visible: false
Rectangle {
anchors.fill: parent
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