mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:35:43 +00:00
[BOOTDATA][NTUSER] Fix GetSystemMetrics values (#2137)
Fix user32!GetSystemMetrics values. CORE-16547 SM_MENUDROPALIGNMENT and SM_CXSMSIZE
This commit is contained in:
parent
3d4a557db3
commit
eba2d5d30a
2 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ HKCU,"Control Panel\Desktop\WindowMetrics","ScrollWidth",2,"16"
|
|||
HKCU,"Control Panel\Desktop\WindowMetrics","ScrollHeight",2,"16"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","CaptionWidth",2,"18"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","CaptionHeight",2,"18"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","SmCaptionWidth",2,"13"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","SmCaptionWidth",2,"12"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","SmCaptionHeight",2,"15"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","MenuWidth",2,"18"
|
||||
HKCU,"Control Panel\Desktop\WindowMetrics","MenuHeight",2,"18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue