-
Notifications
You must be signed in to change notification settings - Fork 15
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
Set popup window height #103
Comments
Relevant lines: |
BREAKING CHANGE: Drop 0.4.4 support See #103
I've added in config variables to control the window size. Please try the latest commit
|
@rcarriga Thanks for taking this on, appreciate it. A few things I noticed:
This results in a 10:10 window Using the max here for the width has no effect. So the width seems to have the height as the upper boundary When I set the height to 20 and keep width at 70, it is now 20:20 |
That's what happens when dealing with long and similar variable names 😅 Please try latest, should be working now |
I can't find a way to adjust the height of the popup window.
For example when I do either of those 2:
The popup is just 20 lines high, which isn't really enough.
Is there a config option for that which I have overlooked?
The text was updated successfully, but these errors were encountered: