mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-24 19:45:55 +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 {
|
TextField {
|
||||||
font.family: "Arial"
|
font.family: "Arial"
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
selectByMouse: true
|
||||||
style: TextFieldStyle {
|
style: TextFieldStyle {
|
||||||
textColor: "#3F3F3F"
|
textColor: "#3F3F3F"
|
||||||
placeholderTextColor: "#BABABA"
|
placeholderTextColor: "#BABABA"
|
||||||
|
|
Loading…
Reference in a new issue