From f5d679aeb9eef194529f15866062082858fa99a7 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Tue, 30 Jan 2018 18:42:21 +0100 Subject: [PATCH 1/1] [EXPLORER] Pixel-perfect x-margins surrounding the clock To look like XP/2k3. Relies on d11e7af5f2539c417e980ba1b3a622f8da450603 CORE-14272 --- base/shell/explorer/trayclock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() : -- 2.17.1