Add option to change column width
I see an option to affect column width between part 1 and part 2 as a percentage between the two. This works fine but there is a lot of unused space after that column. In particular, the short column is minuscule and there is a lot of whitespace after that column, that could be used. Can there be an option to change what the length of these should be in pixels? So I can utilize the empty whitespace.
That shouldn't actually be possible as it uses the total available width to calculate the available space for all columns making it "just fit" to avoid showing a horizontal scrollbar.
How wide have you set it and what is your DPI setting?
Default width 960px (WideWidth setting)
l set WideWidth to 1400. But I tried setting it back to the default and it still gives me the same issue. Not sure what you mean by DPI settings. Hopefully this image is what you need.
Also thank you so much for this application! lt's become my favorite application in ahk!
(DPI is scaling) - Looks like you have two monitors, my guess would be that each monitor may have a different dpi setting and it reads the one with the "highest" value but if the Lintalist gui is displayed on the 100% (as in your screenshot) there is "room to spare" so to speak. Not sure if I can fix that I'll have to do some research (I don't have two monitors)
Edit: you can try the DPIDisable setting to 1
This has helped! There is still some space left over and the sizing between Part1, Part2, and short is still giving short less space than I would like. But its a minor issue. Thank you!