https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c109dc9f24b69c5d0c6993...
commit c109dc9f24b69c5d0c69939d45691b6eb1af9034 Author: Joachim Henze Joachim.Henze@reactos.org AuthorDate: Mon Jan 29 19:15:50 2018 +0100 Commit: Joachim Henze Joachim.Henze@reactos.org CommitDate: Mon Jan 29 19:15:50 2018 +0100
[EXPLORER] Tweak x-margins surrounding the clock
To look more like XP/2k3. Not pixel-perfect yet, that would require asymmetric margins.
CORE-14272 --- base/shell/explorer/trayclock.cpp | 2 +- base/shell/explorer/trayntfy.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/base/shell/explorer/trayclock.cpp b/base/shell/explorer/trayclock.cpp index fe1b199cc3..b16a2151a1 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 0 +#define TRAY_CLOCK_WND_SPACING_X 3 #define TRAY_CLOCK_WND_SPACING_Y 0
CTrayClockWnd::CTrayClockWnd() : diff --git a/base/shell/explorer/trayntfy.cpp b/base/shell/explorer/trayntfy.cpp index 4326ca727e..a59423ac76 100644 --- a/base/shell/explorer/trayntfy.cpp +++ b/base/shell/explorer/trayntfy.cpp @@ -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 :