https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f5d679aeb9eef194529f15...
commit f5d679aeb9eef194529f15866062082858fa99a7 Author: Joachim Henze Joachim.Henze@reactos.org AuthorDate: Tue Jan 30 18:42:21 2018 +0100 Commit: Joachim Henze Joachim.Henze@reactos.org CommitDate: Tue Jan 30 18:42:21 2018 +0100
[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 0f7b36352c..9575783639 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() :