Skip to content
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

Bugfix: Distorted Window on Startup #2713

Merged

Conversation

Pragadesh-45
Copy link
Contributor

@Pragadesh-45 Pragadesh-45 commented Jul 26, 2024

Description

There was a small issue with the Windows version (maybe in Linux too) where, when we initially started the application, it showed a broken window. This has now been fixed by setting the window's show property to false during initialization, so it gets directly loaded.

It fixes: #2712

Contribution Checklist:

  • The pull request only addresses one issue or adds one feature.
  • The pull request does not introduce any breaking changes
  • I have added screenshots or gifs to help explain the change if applicable.
  • I have read the contribution guidelines.
  • Create an issue and link to the pull request.

Before:

Before.mp4

After:

After.mp4

@helloanoop helloanoop merged commit 7ca5965 into usebruno:main Aug 5, 2024
@helloanoop
Copy link
Contributor

Merged! Thanks @Pragadesh-45 !

@Pragadesh-45 Pragadesh-45 deleted the bugfix/windows-ui-distortion branch August 6, 2024 05:20
@Pragadesh-45 Pragadesh-45 restored the bugfix/windows-ui-distortion branch August 6, 2024 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: UI is getting distorted while opening the Application.
2 participants