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

Slider style options need updating #20

Open
shakeshuck opened this issue Sep 26, 2024 · 2 comments
Open

Slider style options need updating #20

shakeshuck opened this issue Sep 26, 2024 · 2 comments

Comments

@shakeshuck
Copy link

The slider control now has an 'upward option (so that 0 can be at the bottom).
It would be nice if this could be included in Designer.
Thanks!

@Metaxal
Copy link
Owner

Metaxal commented Sep 27, 2024

Hi, nice to know some people still use MED :)

I have little time right now, but I believe it's really just a matter of replacing
this line:

                      (prop:some-of '(deleted plain) '()))

with

                      (prop:some-of '(deleted upward plain) '()))

You can even submit a PR if you want, or wait for a couple of weeks until I can get to it and test it properly.

@shakeshuck
Copy link
Author

Thanks for the response. If I get up the nerve to play with Git, I'll see if I can work it out.
I've noticed there are some other improvements in the GUI library as well, e.g. scroll bars, so it might be worth taking a quick look through the docs for changes.

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