-
-
Notifications
You must be signed in to change notification settings - Fork 110
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 minor issues in explorer #1197
Conversation
Yes probably status bar isn't the right word for that, although I've seen status bar used for components that do provide some control (like in QGIS). It's easy to see though that we can add more of this kind of tools (reset, export, ...) and indicators (mouse position?), and I guess we should try to have them fit all in the same horizontal bar, so pick between top or bottom location. I think I prefer at the bottom as that's not the first thing users should see and click on, however I'm no UI/UX professional so I may just be plain wrong.
That's certainly the crux of the problem, in that we don't have very good control over the plot height, and even the Tab layout height that right now is as tall as its tallest item. There's a bit of a tension between allowing the users to set the plot dimensions (aka the explorer as a plot builder/editor/wizard) and giving them the best plot for them to explore their data (aka the explorer as the explorer!). |
Ok at the top is fine. |
Can we merge this then or do you need more time to review it? |
I'll review it later. |
Tweaks to labels, placeholders, margins, layout of explorer, based on the minor issues listed here:
#1190