diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-18 09:38:48 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-18 09:38:48 +0200 |
commit | 747a501ada7e8a7895f5cd91de2cff9194a9cd2e (patch) | |
tree | 8f76b02803d4452906018b2e5ecda0afb77ca772 /framework/qml/FocusComposer.qml | |
parent | db3116ff7b02a4793dbc8565a66d10d6851fb24f (diff) | |
download | kube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.tar.gz kube-747a501ada7e8a7895f5cd91de2cff9194a9cd2e.zip |
give use TextField in Composer and give it a border
Diffstat (limited to 'framework/qml/FocusComposer.qml')
-rw-r--r-- | framework/qml/FocusComposer.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/FocusComposer.qml b/framework/qml/FocusComposer.qml index f6bc3963..08b56ac5 100644 --- a/framework/qml/FocusComposer.qml +++ b/framework/qml/FocusComposer.qml | |||
@@ -190,7 +190,7 @@ Kube.Popup { | |||
190 | } | 190 | } |
191 | } | 191 | } |
192 | 192 | ||
193 | Controls2.TextField { | 193 | Kube.TextField { |
194 | id: subject | 194 | id: subject |
195 | 195 | ||
196 | Layout.fillWidth: true | 196 | Layout.fillWidth: true |