diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-16 19:24:08 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-11-16 19:24:08 +0100 |
commit | 2cf67ca1498e677473fe4c0d242ea30461ca81bd (patch) | |
tree | d7a224165c2944cd7db234572e21852951e85af6 | |
parent | c685ac89abed2b1cb61c63f361f414d6f9852cb9 (diff) | |
download | kube-2cf67ca1498e677473fe4c0d242ea30461ca81bd.tar.gz kube-2cf67ca1498e677473fe4c0d242ea30461ca81bd.zip |
remove dummy attachment handling
-rw-r--r-- | components/package/contents/ui/FocusComposer.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml index c22983f5..741faeba 100644 --- a/components/package/contents/ui/FocusComposer.qml +++ b/components/package/contents/ui/FocusComposer.qml | |||
@@ -190,6 +190,7 @@ Controls2.Popup { | |||
190 | } | 190 | } |
191 | } | 191 | } |
192 | 192 | ||
193 | /* | ||
193 | Item { | 194 | Item { |
194 | 195 | ||
195 | Layout.fillWidth: true | 196 | Layout.fillWidth: true |
@@ -233,6 +234,7 @@ Controls2.Popup { | |||
233 | } | 234 | } |
234 | } | 235 | } |
235 | } | 236 | } |
237 | */ | ||
236 | 238 | ||
237 | Controls.TextArea { | 239 | Controls.TextArea { |
238 | id: content | 240 | id: content |