Improved style list size calculations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@55168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -614,9 +614,9 @@ wxString wxRichTextStyleListBox::CreateHTML(wxRichTextStyleDefinition* def) cons
|
||||
str << wxT("<td nowrap>");
|
||||
|
||||
#ifdef __WXMSW__
|
||||
int size = 3;
|
||||
int size = 2;
|
||||
#else
|
||||
int size = 4;
|
||||
int size = 3;
|
||||
#endif
|
||||
|
||||
int stdFontSize = 12;
|
||||
|
Reference in New Issue
Block a user