forked from qt-creator/qt-creator
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>
This commit is contained in:
committed by
Thomas Hartmann
parent
86487d8250
commit
d2d9a80b1d
@@ -85,7 +85,7 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
visible: root.width > 1042
|
visible: root.width > 1042
|
||||||
width: 2
|
width: 2
|
||||||
color: "#919191"
|
color: "#cdcdcd"
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
@@ -94,7 +94,7 @@ Rectangle {
|
|||||||
Rectangle {
|
Rectangle {
|
||||||
visible: root.width > 1042
|
visible: root.width > 1042
|
||||||
width: 2
|
width: 2
|
||||||
color: "#919191"
|
color: "#cdcdcd"
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
|
Reference in New Issue
Block a user