clsid2 / mpc-hc

Media Player Classic
GNU General Public License v3.0
11.5k stars 502 forks source link

More dialogs resizable #3083

Closed adipose closed 2 months ago

adipose commented 2 months ago

These were all the remaining CCmdUIDialog derived classes. I made them resizable and implemented proper resize behavior.

The other goal here is to unify CCmdUIDialog and ResizableDialog, which would allow me to change the inheritance order and avoid ResizableDialog mods.