OSDN Git Service

welcome screnn: adjust color of vertical separator
authorhjk <qtc-committer@nokia.com>
Thu, 13 Oct 2011 14:58:55 +0000 (16:58 +0200)
committerEike Ziller <eike.ziller@nokia.com>
Tue, 18 Oct 2011 15:54:10 +0000 (17:54 +0200)
Change-Id: Id607064c522f9d88a981a2b2f7ff4fd75d04ead4
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
share/qtcreator/welcomescreen/widgets/HeaderItemView.qml

index 462f216..704a338 100644 (file)
@@ -60,7 +60,7 @@ Item {
     }
     Rectangle {
         height: 1
-        color: "#000000"
+        color: "#a09c90"
         anchors.top: header.bottom
         width: parent.width
     }