From 6326c4cea985aede7aa1182abb3c6f322f0f1a6a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 23 Aug 2017 11:40:45 -0600 Subject: For text input we want it to be selectable by mouse. --- framework/qml/TextField.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml') diff --git a/framework/qml/TextField.qml b/framework/qml/TextField.qml index 384d6472..cfb1478d 100644 --- a/framework/qml/TextField.qml +++ b/framework/qml/TextField.qml @@ -31,6 +31,7 @@ T.TextField { color: Kube.Colors.textColor font.family: Kube.Font.fontFamily selectionColor: Kube.Colors.highlightColor + selectByMouse: true Label { id: placeholder -- cgit v1.2.3