make input text selectable by mouse

This commit is contained in:
Jaquee 2017-08-08 10:42:16 +02:00
parent e3eab0c667
commit 30fde8d7fd

View file

@ -33,7 +33,7 @@ import QtQuick 2.2
TextField {
font.family: "Arial"
horizontalAlignment: TextInput.AlignLeft
selectByMouse: true
style: TextFieldStyle {
textColor: "#3F3F3F"
placeholderTextColor: "#BABABA"