summaryrefslogtreecommitdiff
path: root/share/qtcreator/welcomescreen/develop.qml
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@digia.com>2013-12-10 12:53:20 +0100
committerErik Verbruggen <erik.verbruggen@digia.com>2013-12-10 12:53:20 +0100
commit9f831dde07cb2411808534e76669b28a1b76e21d (patch)
treeed6252d64c9a3ab27aa93786272cda1b6008f3c7 /share/qtcreator/welcomescreen/develop.qml
parentcdac81f896ef4b052d76f96485a08e6ec13696b8 (diff)
parentea1a92484ac99057b06130a012164bf9788650e9 (diff)
downloadqt-creator-9f831dde07cb2411808534e76669b28a1b76e21d.tar.gz
Merge remote-tracking branch 'origin/master' into wip/clangwip/clang
Change-Id: I8a2c8068a3f2b15034fb1bf6304c9a0f3f0e3c8f
Diffstat (limited to 'share/qtcreator/welcomescreen/develop.qml')
-rw-r--r--share/qtcreator/welcomescreen/develop.qml27
1 files changed, 1 insertions, 26 deletions
diff --git a/share/qtcreator/welcomescreen/develop.qml b/share/qtcreator/welcomescreen/develop.qml
index 731bcdc494..d57432cfc8 100644
--- a/share/qtcreator/welcomescreen/develop.qml
+++ b/share/qtcreator/welcomescreen/develop.qml
@@ -33,7 +33,7 @@ import widgets 1.0
Rectangle {
id: rectangle1
width: parent.width
- height: 600
+ height: Math.max(sessions.height, recentProjects.height)
Item {
id: canvas
@@ -45,21 +45,9 @@ Rectangle {
anchors.fill: parent
anchors.topMargin: 0
- Rectangle {
- width: 1
- height: Math.max(Math.min(recentProjects.contentHeight + 120, recentProjects.height), sessions.height)
- color: "#c4c4c4"
- anchors.left: sessions.right
- anchors.leftMargin: -1
- anchors.top: sessions.top
- visible: !sessions.scrollBarVisible
- id: sessionLine
- }
-
RecentProjects {
x: 428
- height: 432
id: recentProjects
anchors.leftMargin: 12
@@ -67,25 +55,12 @@ Rectangle {
anchors.top: recentProjectsTitle.bottom
anchors.topMargin: 20
- anchors.bottom: parent.bottom
- anchors.bottomMargin: 40
anchors.right: parent.right
anchors.rightMargin: 60
model: projectList
}
- Rectangle {
- id: line
- width: 1
- height: sessionLine.height
- color: "#c4c4c4"
- anchors.left: recentProjects.right
- anchors.leftMargin: -1
- anchors.top: recentProjects.top
- visible: !recentProjects.scrollBarVisible
- }
-
NativeText {
id: sessionsTitle