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.qml6
1 files changed, 2 insertions, 4 deletions
diff --git a/share/qtcreator/welcomescreen/examples.qml b/share/qtcreator/welcomescreen/examples.qml
index b485aed540..8ff9865c0f 100644
--- a/share/qtcreator/welcomescreen/examples.qml
+++ b/share/qtcreator/welcomescreen/examples.qml
@@ -37,14 +37,12 @@ Rectangle {
CustomizedGridView {
id: grid
+ y: 82
+ height: grid.contentHeight
anchors.rightMargin: 38
anchors.leftMargin: 38
anchors.left: parent.left
anchors.right: parent.right
- height: scrollView.height - 82
- y: scrollView.flickableItem.contentY + 82
- contentY: scrollView.flickableItem.contentY
-
model: examplesModel
}