-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Scrolling window #74
base: master
Are you sure you want to change the base?
Scrolling window #74
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.
Hi, thanks for this work! I definitely want to get this scrolling problem fixed. Unfortunately the licensing issue with the ScrollFrame
class makes it impossible for me to merge this (see my comment below). Once that's resolved though, I will definitely approve this!
Hello! Just so you know, I will be preparing for Hurricane Ian and will probably be out of power after it hits, so I probably won't be able to check back on these pull requests until next week at the earliest. |
Thanks for the heads up! Stay Safe! |
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.
The original author converted the GIST to a more permissive MIT V2.0 license. This update reflects that.
Thank you for this piece of code. It may solve a looming problem at my institution.
This implements a scrolling window with a reasonable minimum size. This should work better on smaller screens. This addresses issue #16.
Tried to build tests, but because this is not a proper python package it is not practical to build tests that target individual classes or functions. See issue #73.