Message column width cannot be upsized
Opened this issue · 3 comments
Hi, on Windows 10 with DebugView++ v1.8.0.103 I'm not able to resize the "message" column above a certain width. Is there some hardcoded constant? Probably this?
Also when resized down (left), it cannot be resized up (right), the only workaround is to toggle some other column visibility - so it resets its layout (message column width).
About first, just checked all work fine, second i cant understand =))))
I recorded a screen capture of both issues. The last column separator is not resizable beyond its max width of 1500) and when it's resized to be narrower it cannot be dragged to be wider again. https://gist.githubusercontent.com/pzloty/b7a8d6810b013d4abcc7cc134480ded6/raw/76a8845aefbd220f7fd966da8b9dfaaeb2a3746b/debugviewpp_column_resizing.gif
I think that behaviour has to do with the 'autosize' behaviour that you get when you double click the column separator, I'll have to look into that