mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[EXPLORER] Pixel-perfect x-margins surrounding the clock
To look like XP/2k3.
Relies on d11e7af5f2
CORE-14272
This commit is contained in:
parent
817beaf9c5
commit
f5d679aeb9
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const WCHAR szTrayClockWndClass[] = L"TrayClockWClass";
|
|||
#define ID_TRAYCLOCK_TIMER 0
|
||||
#define ID_TRAYCLOCK_TIMER_INIT 1
|
||||
|
||||
#define TRAY_CLOCK_WND_SPACING_X 6
|
||||
#define TRAY_CLOCK_WND_SPACING_X 5
|
||||
#define TRAY_CLOCK_WND_SPACING_Y 0
|
||||
|
||||
CTrayClockWnd::CTrayClockWnd() :
|
||||
|
|
Loading…
Reference in a new issue