changed wxMSW's default toolbar bitmaps size from obsolete 16x15 to 24x24 used by modern apps

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2009-01-26 23:16:51 +00:00
parent 6125428d54
commit 2d8b540af8
2 changed files with 6 additions and 6 deletions

View File

@@ -487,6 +487,8 @@ wxMSW:
should be used.
- Implement wxFileName::SetTimes() for directories (Steve Lamerton).
- Added wxToolTip::SetMaxWidth() and improved default wrapping (Joachim H<>nig).
- Changed default toolbar bitmaps size from obsolete 16x15 to 24x24 used
by modern apps.
wxX11: