Merge pull request #1339

544b872 Selection color for inputs
This commit is contained in:
luigi1111 2018-04-24 21:42:19 -05:00
commit 8532b240be
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@ TextField {
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
color: MoneroComponents.Style.defaultFontColor
selectionColor: MoneroComponents.Style.dimmedFontColor
selectedTextColor: MoneroComponents.Style.defaultFontColor
background: Rectangle {
color: "transparent"

View File

@ -47,6 +47,8 @@ TextArea {
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
color: MoneroComponents.Style.defaultFontColor
selectionColor: MoneroComponents.Style.dimmedFontColor
selectedTextColor: MoneroComponents.Style.defaultFontColor
wrapMode: {
if(wrapAnywhere){