Spacing tweak

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-04-14 16:25:33 +00:00
parent 234b1c0147
commit 006591def7

View File

@@ -119,7 +119,7 @@ void wxButtonToolBar::Init()
m_labelMargin = 2; m_labelMargin = 2;
m_labelHeight = 0; m_labelHeight = 0;
SetMargins(8, 4); SetMargins(8, 2);
SetToolPacking(8); SetToolPacking(8);
} }