diff --git a/reactos/subsys/system/explorer/taskbar/quicklaunch.h b/reactos/subsys/system/explorer/taskbar/quicklaunch.h index 801d412546d..14b90c2889b 100644 --- a/reactos/subsys/system/explorer/taskbar/quicklaunch.h +++ b/reactos/subsys/system/explorer/taskbar/quicklaunch.h @@ -26,7 +26,7 @@ // -#define QUICKLAUNCH_WIDTH 208 +#define QUICKLAUNCH_WIDTH 64 #define IDW_QUICKLAUNCHBAR 101 diff --git a/reactos/subsys/system/explorer/taskbar/traynotify.h b/reactos/subsys/system/explorer/taskbar/traynotify.h index c29b8dae612..4a5ad92c117 100644 --- a/reactos/subsys/system/explorer/taskbar/traynotify.h +++ b/reactos/subsys/system/explorer/taskbar/traynotify.h @@ -31,7 +31,7 @@ #define CLASSNAME_CLOCKWINDOW TEXT("TrayClockWClass") -#define NOTIFYAREA_WIDTH 244 +#define NOTIFYAREA_WIDTH 64 /// NotifyIconIndex is used for maintaining the order of notification icons. @@ -120,6 +120,6 @@ protected: bool FormatTime(); void Paint(); - TCHAR _time[16]; + WCHAR _time[16]; ToolTip _tooltip; };