From c1fa278b944454e97ef720a3f072a34e32e91aba Mon Sep 17 00:00:00 2001 From: molan-git <59296158+molan-git@users.noreply.github.com> Date: Fri, 31 Jan 2020 08:48:08 +0100 Subject: [PATCH] Fix placing of Emoji-selector --- qml/pages/Conversation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/pages/Conversation.qml b/qml/pages/Conversation.qml index 794a156..fd8672d 100644 --- a/qml/pages/Conversation.qml +++ b/qml/pages/Conversation.qml @@ -237,7 +237,7 @@ Page { } anchors { - top: warningContent.bottom + 4 + top: warningContent.bottom bottom: bottom.top right: parent.right rightMargin: Theme.paddingSmall