Make wxSMALL_FONT larger under MSW as it was unreadable otherwise.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:57:33 +0000 (22:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Apr 2011 22:57:33 +0000 (22:57 +0000)
commit85a9228394a1172e778cdd48db590b533c0132ba
tree5046a9e6f5fc1089f553eedb86947ea8f3c9af23
parent18c8dd2be24fb5dcdb2a23e27a98abd67a1e0bde
Make wxSMALL_FONT larger under MSW as it was unreadable otherwise.

The default size of the normal font is 9pt under MSW and 7pt is too small for
wxSMALL_FONT, use 8pt for it instead.

Closes #13104.

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