git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11052
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
- m_defaultWidth = size.x+2; m_defaultHeight = size.y+2;
+ m_defaultWidth = size.x+4; m_defaultHeight = size.y+4;
}
// The button size is bigger than the bitmap size
SetOrigin( 0 , 0 ) ;
TextFont( kFontIDGeneva ) ;
- TextSize( 9 ) ;
+ TextSize( 10 ) ;
TextFace( 0 ) ;
FontInfo fontInfo;
::GetFontInfo(&fontInfo);
void wxToolBar::SetToolBitmapSize(const wxSize& size)
{
- m_defaultWidth = size.x+2; m_defaultHeight = size.y+2;
+ m_defaultWidth = size.x+4; m_defaultHeight = size.y+4;
}
// The button size is bigger than the bitmap size
SetOrigin( 0 , 0 ) ;
TextFont( kFontIDGeneva ) ;
- TextSize( 9 ) ;
+ TextSize( 10 ) ;
TextFace( 0 ) ;
FontInfo fontInfo;
::GetFontInfo(&fontInfo);