diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 11:40:45 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-23 11:40:45 -0600 |
commit | 6326c4cea985aede7aa1182abb3c6f322f0f1a6a (patch) | |
tree | 29150e0ca8b8f56df31dad479acf7f7b5b711bcb /framework/qml/TextField.qml | |
parent | 606ac173cd71ae2858b7455276d150735fbbe4c7 (diff) | |
download | kube-6326c4cea985aede7aa1182abb3c6f322f0f1a6a.tar.gz kube-6326c4cea985aede7aa1182abb3c6f322f0f1a6a.zip |
For text input we want it to be selectable by mouse.
Diffstat (limited to 'framework/qml/TextField.qml')
-rw-r--r-- | framework/qml/TextField.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
31 | color: Kube.Colors.textColor | 31 | color: Kube.Colors.textColor |
32 | font.family: Kube.Font.fontFamily | 32 | font.family: Kube.Font.fontFamily |
33 | selectionColor: Kube.Colors.highlightColor | 33 | selectionColor: Kube.Colors.highlightColor |
34 | selectByMouse: true | ||
34 | 35 | ||
35 | Label { | 36 | Label { |
36 | id: placeholder | 37 | id: placeholder |