diff options
-rw-r--r-- | framework/qml/ConversationView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index d89e5847..29711044 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -362,6 +362,8 @@ Rectangle { | |||
362 | } | 362 | } |
363 | 363 | ||
364 | Rectangle { | 364 | Rectangle { |
365 | id: goDown | ||
366 | |||
365 | anchors { | 367 | anchors { |
366 | bottom: seperator.top | 368 | bottom: seperator.top |
367 | right: seperator.right | 369 | right: seperator.right |