Position message vertically centered

This commit is contained in:
Sebastian J. Wolf 2020-09-15 21:27:16 +02:00
parent d39b1c4a10
commit f9c027981d

View file

@ -359,6 +359,7 @@ Page {
spacing: Theme.paddingSmall
width: parent.width - ( 2 * Theme.horizontalPageMargin )
anchors.horizontalCenter: parent.horizontalCenter
anchors.verticalCenter: parent.verticalCenter
ProfileThumbnail {
id: messagePictureThumbnail