From 30fde8d7fd9f121675ba99cd3b642c17834f1fb5 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Tue, 8 Aug 2017 10:42:16 +0200 Subject: [PATCH] make input text selectable by mouse --- components/Input.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Input.qml b/components/Input.qml index 78bec8ea..1390ca17 100644 --- a/components/Input.qml +++ b/components/Input.qml @@ -33,7 +33,7 @@ import QtQuick 2.2 TextField { font.family: "Arial" horizontalAlignment: TextInput.AlignLeft - + selectByMouse: true style: TextFieldStyle { textColor: "#3F3F3F" placeholderTextColor: "#BABABA"