Merge pull request #1362

fe53cdd Brighter backgrounds
7418a10 Improve contrast - brighten up borders
48b9aa4 Brigther left panel
26aabd2 Bottom left panel needs to have a transparent background
This commit is contained in:
luigi1111
2018-05-07 15:50:45 -05:00
15 changed files with 26 additions and 16 deletions

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"; }