-
Notifications
You must be signed in to change notification settings - Fork 272
Instead of 400 pixels, make the height relative to the display height #433
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
Comments
It would be nice to be able to resize the height, rather than a fixed value. 🙂 Not sure of the limitation of electron windows though. |
And I see you've just created #434 XD 👍 |
I've also changed |
How is the positioning with resizable? I believe the reason this was not enabled originally was due to issues with the position of the window after resize (or something like that). |
Seems fine to me. You can of course resize the window from the top, so it looks weird, but that doesn't mean it doesn't work just fine. |
@JakeSidSmith I'm not so sure…it was resizable before the 3.0 release. It got disabled in b8e8b16, but I'm not sure how intentional that was. Flipping |
Currently, the popup for this menu extra on Mac comes up with a fixed height of 400 pixels. This is so very small and doesn't allow much of a window into the state of my GitHub activities. Instead, it should be based on the display height, taking the
workArea.height
value and subtracting a small amount to allow it to not just fill the height between menu bar and dock. I fiddled with this a bit and couldn't quite make it work, but didn't spend much time on it either (I tried some shortcuts that just didn't work). Figured I'd file this just in case others are interested in trying to make it happen.The text was updated successfully, but these errors were encountered: