Position message vertically centered
This commit is contained in:
parent
d39b1c4a10
commit
f9c027981d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue