aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/welcomescreen/widgets/Sessions.qml
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/welcomescreen/widgets/Sessions.qml')
-rw-r--r--share/qtcreator/welcomescreen/widgets/Sessions.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/welcomescreen/widgets/Sessions.qml b/share/qtcreator/welcomescreen/widgets/Sessions.qml
index db970a2a144..ac8970c7666 100644
--- a/share/qtcreator/welcomescreen/widgets/Sessions.qml
+++ b/share/qtcreator/welcomescreen/widgets/Sessions.qml
@@ -38,6 +38,8 @@ Item {
property int topMargin: 6
height: Math.min(root.contentHeight + topMargin, parent.height - 260)
+ property alias scrollBarVisible: vscrollbar.visible
+
ListView {
id: root