change the size of checkbox and radiobutton, the 14*14 is most common used size

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-09-23 17:43:48 +00:00
parent b045f9506b
commit be22f9e634

View File

@ -201,9 +201,9 @@ public:
#endif // wxUSE_SCROLLBAR
virtual wxSize GetCheckBitmapSize() const
{ return wxSize(10, 10); }
{ return wxSize(14, 14); }
virtual wxSize GetRadioBitmapSize() const
{ return wxSize(11, 11); }
{ return wxSize(14, 14); }
virtual wxCoord GetCheckItemMargin() const
{ return 2; }