mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 17:45:16 +08:00
- Use CW_USEDEFAULT16 (0x8000) for the X coordinate of IDD_DIALOG_SCIENTIFIC, IDD_DIALOG_STANDARD, and IDD_DIALOG_CONVERSION dialogs. https://stackoverflow.com/a/76201122/4381493 BEFORE: https://github.com/reactos/reactos/assets/2107452/e16ce819-05a9-483a-aacb-b93caaacff5a The starting position wouldn't change from upper left corner (0, 0) of the screen. AFTER: https://github.com/reactos/reactos/assets/2107452/569ae41b-b545-4eb0-8848-d25dbc5d4699 The starting position is changing. CORE-19141