mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[EXPLORER] Center the text of the clock
CTrayClockWnd: Fix the calculation that centered the text of the clock. CTrayNotifyWnd: Restore the 1 pixel margin between the clock and the pager.
This commit is contained in:
parent
c109dc9f24
commit
d11e7af5f2
2 changed files with 2 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
static const WCHAR szTrayNotifyWndClass [] = TEXT("TrayNotifyWnd");
|
||||
|
||||
#define TRAY_NOTIFY_WND_SPACING_X 0
|
||||
#define TRAY_NOTIFY_WND_SPACING_X 1
|
||||
#define TRAY_NOTIFY_WND_SPACING_Y 1
|
||||
|
||||
class CTrayNotifyWnd :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue