Make wxBU_EXACTFIT fir the button text more exactly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:28 +0000 (14:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Aug 2011 14:11:28 +0000 (14:11 +0000)
commitb18ebec9568bcfc59b3c22d45c37fd73bdf1718c
treeac1c23dcaaacfc34b5bcb93b477ddd015ae3f86c
parent75bc8b3454bd2adda5bf3dc0e60984a275ea7ac3
Make wxBU_EXACTFIT fir the button text more exactly.

Too big margins were added for the buttons with wxBU_EXACTFIT style making
them larger than strictly necessary. Reduce the margins to make them really
as small as possible.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/private/button.h
src/msw/anybutton.cpp