summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@nokia.com>2011-11-02 13:54:18 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-11-02 17:08:03 +0100
commit0c3f3c009ae2aba4105d32efc71a916a708cbe80 (patch)
tree9d72de01224a33a25375fc2989218b34911d592b /share/qtcreator
parenta1e192975b665310de2f9bc80e66690ccdbd06e1 (diff)
downloadqt-creator-0c3f3c009ae2aba4105d32efc71a916a708cbe80.tar.gz
WelcomePage: layout fix
Fixes a regression introduced in 44928237af12ec16eeb13b5eb86c6da2c483a6c1 Task-number: QTCREATORBUG-6444 Change-Id: Ie92ba0be9e888e065aaa52aac41bf3338bf8aeb6 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/welcomescreen/welcomescreen.qml9
-rw-r--r--share/qtcreator/welcomescreen/widgets/LinksBar.qml2
2 files changed, 1 insertions, 10 deletions
diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml
index 0ea07e68a2..1b5471e1f0 100644
--- a/share/qtcreator/welcomescreen/welcomescreen.qml
+++ b/share/qtcreator/welcomescreen/welcomescreen.qml
@@ -84,7 +84,6 @@ Rectangle {
anchors.top: navigationAndDevLinks.bottom
anchors.bottom: parent.bottom
width: 220
- anchors.topMargin: -1
FeaturedAndNewsListing {
anchors.fill: parent
@@ -94,14 +93,6 @@ Rectangle {
anchors.right: parent.right
anchors.top: parent.top
height: 1
- color: "black"
- }
- Rectangle {
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.top: parent.top
- anchors.topMargin: 1
- height: 1
color: "#ccc"
}
Rectangle{
diff --git a/share/qtcreator/welcomescreen/widgets/LinksBar.qml b/share/qtcreator/welcomescreen/widgets/LinksBar.qml
index 6aee91ae85..b29757e62d 100644
--- a/share/qtcreator/welcomescreen/widgets/LinksBar.qml
+++ b/share/qtcreator/welcomescreen/widgets/LinksBar.qml
@@ -123,7 +123,7 @@ Item {
Rectangle {
id: background
- height: 38
+ anchors.bottom: parent.bottom
width: parent.width
anchors.top: row.bottom
gradient: Gradient {