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