From 6143d648c866ead1d9330c88359dca8a4f1a654a Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 3 Feb 2009 10:42:34 +0000 Subject: [PATCH] Add space all around std buttons as per Apple HIG (and as the comment in the code says but the code didn't do) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/sizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index c5efdf4e36..173a0a4810 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -2248,7 +2248,7 @@ void wxStdDialogButtonSizer::Realize() } // Extra space around and at the right - Add(12, 24); + Add(12, 40); #elif defined(__WXGTK20__) Add(0, 0, 0, wxLEFT, 9); if (m_buttonHelp) -- 2.50.0