mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
### Problem description While working with the section view, I noticed the window wasn't resizable. ### Implementation description This simply removes the `ImGuiWindowFlags_NoResize` flag, and then when drawing the section window sets the hex editor to 70% of the available window, leaving 30% to the pattern data. This is not ideal, but I think before a full rewrite of the section window system this would probably be a simple change to make it a lot more usable. ### Screenshots  Co-authored-by: paxcut <53811119+paxcut@users.noreply.github.com>