Improve contrast - brighten up borders

This commit is contained in:
Sander Ferdinand
2018-04-30 00:52:48 +02:00
parent fe53cddd03
commit 7418a10d28
11 changed files with 25 additions and 15 deletions

View File

@@ -248,6 +248,7 @@ Rectangle {
shadowPressedColor: "#B32D00"
releasedColor: "#404040"
pressedColor: "#202020"
colorBorder: "#404040"
colorHeaderBackground: "#404040"
onChanged: {

View File

@@ -254,7 +254,7 @@ Rectangle {
lineEditBackgroundColor: "transparent"
lineEditFontColor: "white"
lineEditBorderColor: Qt.rgba(255, 255, 255, 0.35)
lineEditBorderColor: Style.inputBorderColorActive
daemonAddrLabelText: qsTr("Address")
daemonPortLabelText: qsTr("Port")
@@ -540,7 +540,7 @@ Rectangle {
ListModel {
id: logLevel
ListElement { name: "wow"; column1: "0"; }
ListElement { name: "none"; column1: "0"; }
ListElement { column1: "1"; }
ListElement { column1: "2"; }
ListElement { column1: "3"; }

View File

@@ -131,7 +131,7 @@ Rectangle {
Layout.fillWidth: true
radius: 2
border.color: Qt.rgba(255, 255, 255, 0.25)
border.color: Style.inputBorderColorInActive
border.width: 1
color: "transparent"