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:
		@@ -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();
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user