aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2011-11-08 14:20:53 +0100
committerEike Ziller <eike.ziller@nokia.com>2011-11-08 15:27:54 +0100
commit144aaa8b9b4214a6aea4f89c3cd253e12e93e4fc (patch)
tree74d1f0ba80f34e395ea41937933c93890ca501b6 /share
parent36deb6b060d1b553bbb2aede573581464f57e031 (diff)
Fix irritating shadow.
Task-number: QTCREATORBUG-6444 Change-Id: Ife3fd7f469be6d4d937d75d782c13e06eea9d0a7 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/welcomescreen.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml
index 88457d6a132..386468cdf5e 100644
--- a/share/qtcreator/welcomescreen/welcomescreen.qml
+++ b/share/qtcreator/welcomescreen/welcomescreen.qml
@@ -88,13 +88,6 @@ Rectangle {
FeaturedAndNewsListing {
anchors.fill: parent
}
- Rectangle {
- anchors.left: parent.left
- anchors.right: parent.right
- anchors.top: parent.top
- height: 1
- color: "#ccc"
- }
Rectangle{
anchors.top: parent.top
anchors.bottom: parent.bottom