diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:36:42 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 10:36:42 +0200 |
commit | 2d381ae5cc3d24785718ad23c4c43e1049445829 (patch) | |
tree | 7a975827781ea4f3cfa140298da0a8b847da26bd /framework/qml/ConversationView.qml | |
parent | 00cd3cf3ee0018a257517ed141466e44dd6c2ea3 (diff) | |
download | kube-2d381ae5cc3d24785718ad23c4c43e1049445829.tar.gz kube-2d381ae5cc3d24785718ad23c4c43e1049445829.zip |
remove obsolete code
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index fc940e39..d89e5847 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -360,24 +360,6 @@ Rectangle { | |||
360 | } | 360 | } |
361 | 361 | ||
362 | } | 362 | } |
363 | Rectangle { | ||
364 | id: goDown | ||
365 | anchors { | ||
366 | bottom: seperator.top | ||
367 | right: seperator.right | ||
368 | } | ||
369 | |||
370 | height: Kube.Units.gridUnit | ||
371 | width: height | ||
372 | |||
373 | color: Kube.Colors.backgroundColor | ||
374 | |||
375 | Controls1.ToolButton { | ||
376 | anchors.fill: parent | ||
377 | |||
378 | iconName: Kube.Icons.goDown | ||
379 | } | ||
380 | } | ||
381 | 363 | ||
382 | Rectangle { | 364 | Rectangle { |
383 | anchors { | 365 | anchors { |