-
Notifications
You must be signed in to change notification settings - Fork 780
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
Comments
Great attention to detail. ;) |
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...
|
This was referenced Dec 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The “Stop daemon” button has the wrong size.(standard-button: handle changing text/icon at runtime #1809)Settings -> Log: Looks wrong the first time the GUI is opened. Lot’s of bugs on the whole page. Qt 5.12 related.(settingsLog: fix layout glitch when loaded first time 🐛 #1813)Settings -> Node: “Stop local node” button has no mouseover hover effect.(settings-node: use StandardButton instead of custom buttons #1815)Settings: Grey buttons have no mouseover hover effect.(settings-wallet: use StandardButton instead of custom buttons #1817, SettingsInfo: use MoneroComponents.StandardButton 💄 #1818)The height of most of the pages is weird, e.g. why can scroll this far on the Transfer page?(middlepanel: fix length of scrollable area on Transfer page #1834)The text was updated successfully, but these errors were encountered: