WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
42.78k stars 1.88k forks source link

[Bug] Description field in the Patterns tab of Content Store is too narrow #1812

Open C3pa opened 2 months ago

C3pa commented 2 months ago

Operating System

Windows

What's the issue you encountered?

The description field in the Content Store table is too narrow to show most of the Pattern file description fields, while the authors' column is too wide for most author names. I'd suggest switching the Description and Authors columns.

image

How can the issue be reproduced?

Go to Extras > Content Store.

ImHex Version

1.35.4

ImHex Build Type

Installation type

MSI

Additional context?

No response

paxcut commented 2 months ago

This type of issue occurs here and other places because: 1) the tab places can't be moved to adjust the size of each column. ImGui tables always allows this. 2) Window size is fixed and cannot be made wider. I'm not sure if every window is resizable or the reasons why some windows are not. Having said that, my settings don't look like that either and in my case both entries are about the same width.

C3pa commented 2 months ago

Having said that, my settings don't look like that either and in my case both entries are about the same width

Interesting. It might be that my columns are different in width because I have 1.5x scaling.