mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 18:07:25 -04:00
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