Make wxMSW status bar slightly less tall by default.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 00:52:34 +0000 (00:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 30 Nov 2011 00:52:34 +0000 (00:52 +0000)
commitd9fc8e993a3de81c03bd1b91c5fca15839c1f7d1
tree027f0a55522f1366536b0476726dfb8c92b7ff55
parentf1a6c1d0248351d85dd9b6f7201d680e418c9e69
Make wxMSW status bar slightly less tall by default.

The status bar in wxMSW applications was too big under Windows 7 because it
used EDIT_HEIGHT_FROM_CHAR_HEIGHT() to calculate the height which was simply
unwarranted here. Instead, make the status bar tall enough to accommodate
simple text contents by default and fix SetMinHeight() to actually work for
the cases when a taller toolbar is needed.

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