From: Joachim Henze Date: Tue, 30 Jan 2018 17:42:21 +0000 (+0100) Subject: [EXPLORER] Pixel-perfect x-margins surrounding the clock X-Git-Tag: 0.4.9-dev~135 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f5d679aeb9eef194529f15866062082858fa99a7 [EXPLORER] Pixel-perfect x-margins surrounding the clock To look like XP/2k3. Relies on d11e7af5f2539c417e980ba1b3a622f8da450603 CORE-14272 --- diff --git a/base/shell/explorer/trayclock.cpp b/base/shell/explorer/trayclock.cpp index 0f7b36352c9..9575783639d 100644 --- a/base/shell/explorer/trayclock.cpp +++ b/base/shell/explorer/trayclock.cpp @@ -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() :