Update Conversation.qml

This commit is contained in:
molan-git 2020-05-07 16:58:06 +02:00
parent 5c97fbe0de
commit 37d74229a3

View file

@ -393,7 +393,7 @@ Page {
+ (pressed ? Theme.highlightColor : Theme.primaryColor) + (pressed ? Theme.highlightColor : Theme.primaryColor)
anchors { anchors {
top: toot.bottom top: toot.bottom
topMargin: -Theme.paddingSmall * 2 topMargin: -Theme.paddingSmall * 1.5
right: parent.right right: parent.right
rightMargin: Theme.paddingSmall rightMargin: Theme.paddingSmall
} }