-
Notifications
You must be signed in to change notification settings - Fork 570
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
Add SCROLLBAR_MIN_SIZE to env, and use Entry #1661
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! just few nitpicks here and there
Co-authored-by: Manmeet Maan <[email protected]>
Co-authored-by: Manmeet Maan <[email protected]>
Co-authored-by: Manmeet Maan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few more.
It makes sense to move the definition of SCROLLBAR_MIN_SIZE
to module theme
given that other scrollbar related things are there too. (looks like I can't comment there)
Co-authored-by: Manmeet Maan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 🚀
* Add SCROLLBAR_MIN_SIZE to env, and use Entry * cargo fmt * Update druid/src/scroll_component.rs Co-authored-by: Manmeet Maan <[email protected]> * Update druid/src/env.rs Co-authored-by: Manmeet Maan <[email protected]> * Update druid/src/env.rs Co-authored-by: Manmeet Maan <[email protected]> * Some adjustments * Move SCROLLBAR_MIN_SIZE to module theme * fmt Co-authored-by: Manmeet Maan <[email protected]> * cargo fmt * cargo fmt * fmt * Update theme.rs Co-authored-by: Downtime <[email protected]> Co-authored-by: Manmeet Maan <[email protected]>
No description provided.