use smaller icons, it looks better (patch 1695225)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-07 13:25:34 +00:00
parent 6daba577e9
commit 993b016d6c
2 changed files with 5 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
#define USE_ICONS_IN_BOOK 0
#else
#define USE_ICONS_IN_BOOK 1
#define ICON_SIZE 16
#endif
class WXDLLEXPORT wxCheckBox;