govind-mukundan / MapViewer

A windows application to view and analyze information from the linker generated Map file
GNU General Public License v3.0
286 stars 65 forks source link

Resizable center split #18

Closed itzandroidtab closed 8 months ago

itzandroidtab commented 8 months ago

When using C++ with a lot of templates the names are quite hard to read without scrolling. This adds support to move the center split.

This allows the user to move the center to any position (with limits to make sure the text is never blocked by another element). Expecially usefull on large monitors

image image image

govind-mukundan commented 8 months ago

Cool, thanks for the PR!