From b54c50c74d77f6adc46d2a661c9fd2a60d1ce822 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 27 Feb 2008 18:18:34 +0000 Subject: [PATCH] widened the current-val field a bit --- editor/synctracker2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/synctracker2.cpp b/editor/synctracker2.cpp index 8f21540..ba74d79 100644 --- a/editor/synctracker2.cpp +++ b/editor/synctracker2.cpp @@ -213,7 +213,7 @@ static LRESULT CALLBACK mainWindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARA NULL // window data ); - int statwidths[] = { 150, 150 + 32, 150 + 32 * 2, 150 + 32 * 3, -1 }; + int statwidths[] = { 150, 150 + 32, 150 + 32 * 2, 150 + 32 * 4, -1 }; SendMessage(statusBarWin, SB_SETPARTS, sizeof(statwidths) / sizeof(int), (LPARAM)statwidths); SendMessage(statusBarWin, SB_SETTEXT, 0, (LPARAM)_T("Not connected")); SendMessage(statusBarWin, SB_SETTEXT, 1, (LPARAM)_T("0"));