Adjust the client area origin and the client size of the MSW wxStaticBox according...
authorRobin Dunn <robin@alldunn.com>
Wed, 30 May 2012 03:13:35 +0000 (03:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 30 May 2012 03:13:35 +0000 (03:13 +0000)
commit5ad24e6dbbb86afb068fd1537c3719298dd1c5ec
treec9977a6b3ca19d7c85a8f8740b4d1d0aaa13846b
parent7d40f0a500faebf846c99b992088b17e65c7d4e8
Adjust the client area origin and the client size of the MSW wxStaticBox according to the guidelines on msdn.microsoft.com/en-us/library/aa511279.aspx.  This is so widgets that are children of the static box will not overlap the label or box borders.

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