ModOrganizer2 / modorganizer

Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved
http://www.nexusmods.com/skyrimspecialedition/mods/6194
GNU General Public License v3.0
2.22k stars 162 forks source link

Resize columns to contents in notifications window #2128

Closed JonathanFeenstra closed 1 month ago

JonathanFeenstra commented 1 month ago

This PR changes the resize behavior of the columns in the notifications window to always resize to the contents to give them more appropriate sizes.

Before:

notifications-before

After:

notifications-after

The code I added is outside of the auto-generated setupUi method because as far as I can tell, there is no accessible sectionResizeMode property in the QTreeWidget's header in Qt Designer. To allow users to manually resize the columns, the header row must be set to visible, which we probably don't want.