remove tabs added by error in previous commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-12-31 17:31:32 +00:00
parent 953e84ddd1
commit fd3ece5784
3 changed files with 51 additions and 51 deletions

View File

@@ -654,8 +654,8 @@ MyStatusBar::MyStatusBar(wxWindow *parent)
m_timer.Start(1000); m_timer.Start(1000);
#endif #endif
SetMinHeight(120);//wxMax(m_statbmp->GetBestSize().GetHeight(), SetMinHeight(wxMax(m_statbmp->GetBestSize().GetHeight(),
// m_checkbox->GetBestSize().GetHeight())); m_checkbox->GetBestSize().GetHeight()));
UpdateClock(); UpdateClock();
} }