LayerTwo-Labs / drivechain_launcher

A user-friendly frontend for 8 billion people.
MIT License
12 stars 11 forks source link

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

Open seriouscatsoserious opened 5 months ago

seriouscatsoserious commented 5 months ago

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