From d2d9a80b1d35336fc832e20b085ad0285d1615c4 Mon Sep 17 00:00:00 2001 From: Yuchen Deng <loaden@gmail.com> Date: Tue, 6 Mar 2012 18:40:32 +0800 Subject: [PATCH] WelcomeScreen: Improve vertical lines showing Use lighter color of vertical line, from the overall look is more consistent. At least, the current design did not feel very comfortable. Change-Id: I92d1513d475b1aadfc5ac58fc33f4ba84e6a8478 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com> --- share/qtcreator/welcomescreen/welcomescreen.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/welcomescreen/welcomescreen.qml b/share/qtcreator/welcomescreen/welcomescreen.qml index 03271649b2f..a069a7d65e4 100644 --- a/share/qtcreator/welcomescreen/welcomescreen.qml +++ b/share/qtcreator/welcomescreen/welcomescreen.qml @@ -85,7 +85,7 @@ Rectangle { Rectangle { visible: root.width > 1042 width: 2 - color: "#919191" + color: "#cdcdcd" anchors.left: parent.left anchors.top: parent.top anchors.bottom: parent.bottom @@ -94,7 +94,7 @@ Rectangle { Rectangle { visible: root.width > 1042 width: 2 - color: "#919191" + color: "#cdcdcd" anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom -- GitLab