]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor beautification of wxToolBar under Mac.
authorRobert Roebling <robert@roebling.de>
Sat, 14 Jul 2001 18:49:06 +0000 (18:49 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 14 Jul 2001 18:49:06 +0000 (18:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/toolbar.cpp
src/mac/carbon/tooltip.cpp
src/mac/toolbar.cpp
src/mac/tooltip.cpp

index df820b8cb904144ff294af1948f63dd600741069..af7b209f370b127b226a94a7d29d7ffe8c82ede6 100644 (file)
@@ -388,7 +388,7 @@ bool wxToolBar::Realize()
 
 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
index 84e5da8d8aa3018433e44fc663b7ea46c3d4e8bc..6787a92315a1f996c764c92d5ca26fa4ce805bdb 100644 (file)
@@ -218,7 +218,7 @@ void wxMacToolTip::Draw()
 
                SetOrigin( 0 , 0 ) ;
                TextFont( kFontIDGeneva ) ;
-               TextSize( 9 ) ;
+               TextSize( 10 ) ;
                TextFace( 0 ) ;
                FontInfo fontInfo;
                ::GetFontInfo(&fontInfo);
index df820b8cb904144ff294af1948f63dd600741069..af7b209f370b127b226a94a7d29d7ffe8c82ede6 100644 (file)
@@ -388,7 +388,7 @@ bool wxToolBar::Realize()
 
 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
index 84e5da8d8aa3018433e44fc663b7ea46c3d4e8bc..6787a92315a1f996c764c92d5ca26fa4ce805bdb 100644 (file)
@@ -218,7 +218,7 @@ void wxMacToolTip::Draw()
 
                SetOrigin( 0 , 0 ) ;
                TextFont( kFontIDGeneva ) ;
-               TextSize( 9 ) ;
+               TextSize( 10 ) ;
                TextFace( 0 ) ;
                FontInfo fontInfo;
                ::GetFontInfo(&fontInfo);