winecfg: Adjust top-level window rectangles after theme changes.
commit957dfccb14a4ba73c8a9e2f8edfaa6d324c685b6
authorZhiyi Zhang <zzhang@codeweavers.com>
Thu, 20 Oct 2022 14:47:41 +0000 (20 22:47 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 2 Nov 2022 16:19:44 +0000 (2 17:19 +0100)
treeaf4bdfb507710993226f9f793a38efc0b1acc580
parent982c9974a76e9f59bbab5385df868498c8a95bde
winecfg: Adjust top-level window rectangles after theme changes.

Manual tests show that calling EnableTheming() in uxtheme.dll doesn't update window sizes. So
it seems more appropriate to do it in winecfg.exe.
programs/winecfg/theme.c