diff --git a/src/generic/buttonbar.cpp b/src/generic/buttonbar.cpp index 182eb93573..c0f98169c9 100644 --- a/src/generic/buttonbar.cpp +++ b/src/generic/buttonbar.cpp @@ -119,7 +119,7 @@ void wxButtonToolBar::Init() m_labelMargin = 2; m_labelHeight = 0; - SetMargins(8, 4); + SetMargins(8, 2); SetToolPacking(8); }