[EXPLORER] Tweak x-margins surrounding the clock
authorJoachim Henze <Joachim.Henze@reactos.org>
Mon, 29 Jan 2018 18:15:50 +0000 (19:15 +0100)
committerJoachim Henze <Joachim.Henze@reactos.org>
Mon, 29 Jan 2018 18:15:50 +0000 (19:15 +0100)
To look more like XP/2k3.
Not pixel-perfect yet, that would require asymmetric margins.

CORE-14272

base/shell/explorer/trayclock.cpp
base/shell/explorer/trayntfy.cpp

index fe1b199..b16a215 100644 (file)
@@ -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    0
+#define TRAY_CLOCK_WND_SPACING_X    3
 #define TRAY_CLOCK_WND_SPACING_Y    0
 
 CTrayClockWnd::CTrayClockWnd() :
index 4326ca7..a59423a 100644 (file)
@@ -27,7 +27,7 @@
 
 static const WCHAR szTrayNotifyWndClass [] = TEXT("TrayNotifyWnd");
 
-#define TRAY_NOTIFY_WND_SPACING_X   1
+#define TRAY_NOTIFY_WND_SPACING_X   0
 #define TRAY_NOTIFY_WND_SPACING_Y   1
 
 class CTrayNotifyWnd :