mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
timedate.cpl: Fix size of the clock on both windows and reactos on any screen resolution.
svn path=/trunk/; revision=39282
This commit is contained in:
parent
e02dd69903
commit
6c8b5da3ba
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ ClockWndProc(HWND hwnd,
|
|||
PATCOPY);
|
||||
|
||||
oldMap = SetMapMode(hdcMem, MM_ISOTROPIC);
|
||||
SetWindowExtEx(hdcMem, 3600, 2700, NULL);
|
||||
SetViewportExtEx(hdcMem, 800, -600, NULL);
|
||||
SetViewportOrgEx(hdcMem,
|
||||
pClockData->cxClient / 2,
|
||||
pClockData->cyClient / 2,
|
||||
|
|
Loading…
Reference in a new issue