forked from Public/monero-gui
Improve contrast - brighten up borders
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user