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:
parent
953e84ddd1
commit
fd3ece5784
@ -654,8 +654,8 @@ MyStatusBar::MyStatusBar(wxWindow *parent)
|
||||
m_timer.Start(1000);
|
||||
#endif
|
||||
|
||||
SetMinHeight(120);//wxMax(m_statbmp->GetBestSize().GetHeight(),
|
||||
// m_checkbox->GetBestSize().GetHeight()));
|
||||
SetMinHeight(wxMax(m_statbmp->GetBestSize().GetHeight(),
|
||||
m_checkbox->GetBestSize().GetHeight()));
|
||||
|
||||
UpdateClock();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user