CobaltFusion / DebugViewPP

DebugView++, collects, views, filters your application logs, and highlights information that is important to you!
Boost Software License 1.0
1.01k stars 149 forks source link

Message column width cannot be upsized #371

Open pzloty opened 3 years ago

pzloty commented 3 years ago

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).

Mabus13 commented 3 years ago

About first, just checked all work fine, second i cant understand =))))

pzloty commented 3 years ago

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

janwilmans commented 3 years ago

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