GeopJr / Collision

Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.
https://collision.geopjr.dev
BSD 2-Clause "Simplified" License
144 stars 15 forks source link

Misaligned checksum and file cards with translated strings #64

Closed oscfdezdz closed 2 years ago

oscfdezdz commented 2 years ago

Describe the bug Misaligned checksum and file cards when translated strings are more than one line long at the default window size.

To Reproduce Steps to reproduce the behavior:

Expected behavior That the two cards were aligned.

Screenshots image

Environment (please complete the following information):

Additional context It is solved when the window size is increased to a size large enough for the string to fit on one line.

GeopJr commented 2 years ago

Thanks for raising this issue!

This is caused (partially) from the use of StatusPage for each tool.

Quick brainstorming: replace them with a grid (which allows more control over the alignment) with the top row being labels (title class) and bottom row the tools. This will also solve #62