diff options
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 { |