]> git.saurik.com Git - wxWidgets.git/commit
Use consistent sizes for all icons used in the button page of widgets sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Mar 2011 11:10:42 +0000 (11:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Mar 2011 11:10:42 +0000 (11:10 +0000)
commit825ce0af4fcf180fe7429bb3a4f420a6249c3297
tree65fe0969fc9f2052a6e022930f924301803a2f1c
parentcb7ef329e79d7d5ece580924fde20b347124e421
Use consistent sizes for all icons used in the button page of widgets sample.

Explicitly pass wxART_BUTTON to wxArtProvider to ensure that all the icons are
returned in the same size, otherwise they didn't look well and could result in
an assert too, see #12909.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67200 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/widgets/button.cpp