Fix window/content sizes for EditAccount page

This commit is contained in:
miruka
2019-07-18 23:59:05 -04:00
parent 28b6114218
commit a3e2233391
5 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ HPage {
Layout.maximumWidth: Math.min(parent.width, 640)
Layout.preferredWidth:
window.isWide ? parent.width : avatarPreferredSize
pageStack.isWide ? parent.width : avatarPreferredSize
Layout.preferredHeight: childrenRect.height