mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[EXPLORER] Tweak x-margins surrounding the clock
To look more like XP/2k3. Not pixel-perfect yet, that would require asymmetric margins. CORE-14272
This commit is contained in:
parent
7169c7703d
commit
c109dc9f24
2 changed files with 2 additions and 2 deletions
|
@ -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() :
|
||||
|
|
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue