Skip to content
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

Various small UI bugs / possible improvements #1806

Closed
selsta opened this issue Dec 12, 2018 · 2 comments
Closed

Various small UI bugs / possible improvements #1806

selsta opened this issue Dec 12, 2018 · 2 comments

Comments

@selsta
Copy link
Collaborator

selsta commented Dec 12, 2018

@mmbyday
Copy link
Contributor

mmbyday commented Dec 13, 2018

Great attention to detail. ;)

@mmbyday
Copy link
Contributor

mmbyday commented Dec 13, 2018

As for "The height of most of the pages is weird, e.g. why can scroll this far on the Transfer page?"

That's because flickable needs a contentHeight value. Currently this is hard-coded. Might need a way to dynamically add up all the component's heights, or maybe there's a better way...

 State {
                name: "Transfer"
                PropertyChanges { target: root; currentView: transferView }
                PropertyChanges { target: mainFlickable; contentHeight: 1000 * scaleRatio }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants