aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-11-03 13:51:38 +0100
committerhjk <qthjk@ovi.com>2011-11-03 14:51:24 +0100
commitdea23cd73e0cf9bba1db2b973de62e6b5c3cb141 (patch)
treeea86651515c6efe9a0201a9c16d10c80fd69e424 /share
parent8321ae2f56fd0ee865166d87db8a63978cd853b0 (diff)
welcomescreen: remove bottom gradient in develop.qml
Change-Id: Ia22e503a750c5475466579a3101ebc2adb13416d Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/welcomescreen/develop.qml60
1 files changed, 0 insertions, 60 deletions
diff --git a/share/qtcreator/welcomescreen/develop.qml b/share/qtcreator/welcomescreen/develop.qml
index d11ab81a9d..9ab3f7ee20 100644
--- a/share/qtcreator/welcomescreen/develop.qml
+++ b/share/qtcreator/welcomescreen/develop.qml
@@ -50,66 +50,6 @@ Item {
property int proposedHeight: 600
Rectangle {
- id: rectangle1
- height: 26
- opacity: 0.9
- gradient: Gradient {
- GradientStop {
- position: 0
- color: "#cff7f7f7"
- }
-
- GradientStop {
- position: 1
- color: "#04f7f7f7"
- }
- }
- anchors.rightMargin: -1
- anchors.topMargin: -4
- anchors.right: root.right
- anchors.left: root.left
- anchors.top: root.bottom
- Rectangle {
- width: 1
- gradient: Gradient {
- GradientStop {
- position: 0
- color: "#a41c1b1b"
- }
-
- GradientStop {
- position: 1
- color: "#0a1c1b1b"
- }
- }
- anchors.top: parent.top
- anchors.topMargin: 0
- anchors.bottom: parent.bottom
- anchors.left: parent.left
- anchors.leftMargin: 0
-
- }
- Rectangle {
- width: 1
- gradient: Gradient {
- GradientStop {
- position: 0
- color: "#a41c1b1b"
- }
-
- GradientStop {
- position: 1
- color: "#0a000000"
- }
- }
- anchors.right: parent.right
- anchors.bottom: parent.bottom
- anchors.top: parent.top
-
- }
- }
-
- Rectangle {
width: Math.min(floater.width, floater.proposedWidth)
height: Math.min(floater.height, floater.proposedHeight)