mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
During initialization of property sheet dialogs, their overall size can change (when adding property sheets) after the dialog has been created and pre-positioned by win32k. Therefore their position needs to be recomputed so that they try to fit the best on screen. CORE-9008, CORE-9602