From bc545b0a3720110352900d472ba561e4d874c810 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 6 Apr 2017 11:27:58 +0200 Subject: add id for goDown button --- framework/qml/ConversationView.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'framework/qml') 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 { } Rectangle { + id: goDown + anchors { bottom: seperator.top right: seperator.right -- cgit v1.2.3