summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 11:27:58 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 11:27:58 +0200
commitbc545b0a3720110352900d472ba561e4d874c810 (patch)
tree090cd634179e1763c59dca67041502d38339c001 /framework/qml/ConversationView.qml
parentf6f85d157ec48c6b5c6bd07557a056bdfbd99b6c (diff)
downloadkube-bc545b0a3720110352900d472ba561e4d874c810.tar.gz
kube-bc545b0a3720110352900d472ba561e4d874c810.zip
add id for goDown button
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r--framework/qml/ConversationView.qml2
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