-
Notifications
You must be signed in to change notification settings - Fork 50
Fix layouts 1/n #463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix layouts 1/n #463
Conversation
| initialItem: Page { | ||
| id: root | ||
| background: null | ||
| initialItem: RowLayout { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't Page be the initial item? What is RowLayout doing with only one child?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to set these layout properties in the page child
Layout.alignment: Qt.AlignCenter
Layout.fillHeight: true
Layout.fillWidth: true
Layout.maximumWidth: 600
Layout.margins: 20
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 095967e
30ea70e qml: Remove inner stack view from about settings (goqusan) 91dc9d9 qml: Remove anchors from node settings (goqusan) 98338ef qml: Fix layout in activity view (goqusan) aca5df9 qml: Use content item on desktop wallets (goqusan) Pull request description: - avoid anchors, use layouts - override contentItem - avoid nested stack view ACKs for top commit: johnny9: ACK 30ea70e Tree-SHA512: 0093bad621dc989fe1825907e20b7e3c45c265cac9245827153e3ab4f4593c6c4dc50993f5c5cf15f7b3a78e0798b4529e0500b9cd881a5bf0fa222ab855d237
30ea70e718e7c153d31b31346aa084e9cfd1ec40 qml: Remove inner stack view from about settings (goqusan)
91dc9d988fc0fca3bbb8cb8521081bc1cdc99dd1 qml: Remove anchors from node settings (goqusan)
98338efef61ac40c8713ce792b16ea31ae4fb0a9 qml: Fix layout in activity view (goqusan)
aca5df9fc888e3ef71e452f3473f770c3359f386 qml: Use content item on desktop wallets (goqusan)
Pull request description:
- avoid anchors, use layouts
- override contentItem
- avoid nested stack view
ACKs for top commit:
johnny9:
ACK 30ea70e718e7c153d31b31346aa084e9cfd1ec40
Tree-SHA512: 0093bad621dc989fe1825907e20b7e3c45c265cac9245827153e3ab4f4593c6c4dc50993f5c5cf15f7b3a78e0798b4529e0500b9cd881a5bf0fa222ab855d237
Uh oh!
There was an error while loading. Please reload this page.