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
This commit is contained in:
Robert Roebling
2009-02-03 10:42:34 +00:00
parent 69d32cafb0
commit 6143d648c8

View File

@@ -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)