-
Notifications
You must be signed in to change notification settings - Fork 287
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
Window resize glitch #229
Labels
Comments
/bounty $100 |
💎 $100 bounty • CapSteps to solve:
Thank you for contributing to CapSoftware/Cap! Add a bounty • Share on socials
|
/attempt #229
|
@richiemcilroy can you please specify the default or original size of window, I hope I can fix it by adding modifying window creating function |
/attempt #229 |
/attempt #229
|
💡 @onyedikachi-david submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes when loading Cap, the main window becomes either small in size, or large. It's quite random and hard to replicate, but once it becomes this size, it can't be undone... even with deleting and reinstalling the app.
To fix this, I believe we need to add a manual check in the main window frontend. This check will see if the main window is smaller or larger than the preset size (the size we use when initialising the window). If it is, then resize to the original size.
The text was updated successfully, but these errors were encountered: