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

Inconsistent Progress Bar Lengths Causing Misalignment on Windows and Linux #70

Open
seriouscatsoserious opened this issue Apr 29, 2024 · 0 comments

Comments

@seriouscatsoserious
Copy link
Collaborator

Issue description

The progress bars representing download percentages in the Launcher are displaying with inconsistent lengths, leading to a visual misalignment. This issue is observable on both Windows and Linux platforms. The misalignment is not related to any particular scaling settings or screen resolutions as it has been replicated on various setups.

Steps to reproduce

  1. Start the application on a Windows or Linux machine.
  2. Begin a download process that triggers the progress bars.
  3. Observe that the progress bars, which should align perfectly, have different lengths.

Expected behavior

Each progress bar should match the length of the container element, ensuring visual consistency and proper alignment, regardless of the percentage value they represent.

Actual behavior

Progress bars are misaligned due to varying lengths, which seems to be unrelated to the actual download percentages they are indicating.

Screenshots/Video

image

Additional information

  • The issue has been confirmed on multiple devices.
  • There has been no recent changes to the UI code that might have caused this inconsistency.
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

No branches or pull requests

1 participant