summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen/examples.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/examples.qml')
-rw-r--r--share/qtcreator/welcomescreen/examples.qml8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/qtcreator/welcomescreen/examples.qml b/share/qtcreator/welcomescreen/examples.qml
index 8e256362c6..b485aed540 100644
--- a/share/qtcreator/welcomescreen/examples.qml
+++ b/share/qtcreator/welcomescreen/examples.qml
@@ -38,10 +38,12 @@ Rectangle {
CustomizedGridView {
id: grid
anchors.rightMargin: 38
- anchors.bottomMargin: 60
anchors.leftMargin: 38
- anchors.topMargin: 82
- anchors.fill: parent
+ anchors.left: parent.left
+ anchors.right: parent.right
+ height: scrollView.height - 82
+ y: scrollView.flickableItem.contentY + 82
+ contentY: scrollView.flickableItem.contentY
model: examplesModel
}