Put normal space between Back and Next buttons in wxWizard.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 20 Feb 2011 18:18:51 +0000 (18:18 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 20 Feb 2011 18:18:51 +0000 (18:18 +0000)
commit9698902019ae0f6c81cd941fecb4cdace2811ea7
tree85f8422b0a8a31eae6c5ddede6f051674596011e
parentfc5bebcef4748165fb4c092623a9f8174f2a20a6
Put normal space between Back and Next buttons in wxWizard.

Use regular space between these two buttons even on Windows, where they
were previously close together. This used to be done in older Windows
versions, but modern Windows HIG documents show wizards with equal
spacing between all buttons and that's what Windows OS itself does. In
other words, not treating this pair of buttons specially is more native.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/wizard.cpp