-
Notifications
You must be signed in to change notification settings - Fork 38
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
Slider with axis to show range #526
base: master
Are you sure you want to change the base?
Conversation
Cool... I like the basic look. The main weirdness is that it seems like the sliders should be squished a bit to the right so that they don't overlap with the line... but then that means there's a bunch of empty space Also, the numbers on the axis seem to be 0 and 1 rather than -1 and 1, and the "Set range..." doesn't work, but I assumer that's being worked on. |
This PR is quite old and marked as "needs changes". Is this still something that makes sense to review? Does it make sense to do so without the required changes? |
Here is a demo of slider with an axis to show the range (for visual purposes only) , If it looks ok I will clean up the code (which is a mess right now) for merge.
fix #123, #464