namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.24k stars 124 forks source link

File that match a hash is sometimes not shown correctly #194

Open NovaliX-Dev opened 1 year ago

NovaliX-Dev commented 1 year ago

When we open the hash tab with a checksum on the clipboard, OpenHashTab checks if it corresponds to the file selected. It the hash match, it shows that file below the hash text field. This behavior is also trigger when we paste a hash into the hash field.

The problem

But sometimes, the filename is too long, so it's warped to the next line, and this next line is cut off by the widgets at the bottom. Resizing the OpenHashTab window doesn't solve the issue, and we can't resize the Property window.

image image

Potential solutions

I see three solutions to resolve this issue (maybe there are other i didn't though of as well):