Fix window/content sizes for EditAccount page
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user