]> git.saurik.com Git - wxWidgets.git/commit
wxMSW: Use TBSTYLE_AUTOSIZE for toolbar buttons with horizontal text.
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jul 2012 16:31:58 +0000 (16:31 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 25 Jul 2012 16:31:58 +0000 (16:31 +0000)
commit9765f671563f5691fb1bdfaea49fa5542b970f27
treefc392297aa890bdeac44b2505409db9b2d3dd932
parent04dc0a11d5ff79cce6fb1fb3e489f5e324b1a664
wxMSW: Use TBSTYLE_AUTOSIZE for toolbar buttons with horizontal text.

Without this style, all buttons share the same width and look ugly when
their labels differ even a little in their lengths. With
TBSTYLE_AUTOSIZE, toolbar buttons use the size of their image plus
label's width and look better, even though their sizes differ.

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