forked from Public/monero-gui
make input text selectable by mouse
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user