mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +00:00
make input text selectable by mouse
This commit is contained in:
parent
e3eab0c667
commit
30fde8d7fd
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import QtQuick 2.2
|
|||
TextField {
|
||||
font.family: "Arial"
|
||||
horizontalAlignment: TextInput.AlignLeft
|
||||
|
||||
selectByMouse: true
|
||||
style: TextFieldStyle {
|
||||
textColor: "#3F3F3F"
|
||||
placeholderTextColor: "#BABABA"
|
||||
|
|
Loading…
Reference in a new issue