Dont set font size for HtmlWindow, it will look bad on macs

This commit is contained in:
HomeWorld
2010-10-06 18:46:59 +03:00
parent 07d024a9db
commit c0c2f75c90

View File

@@ -152,7 +152,7 @@ class ItemDescription ( wx.Panel ):
self.description = wx.html.HtmlWindow(self)
self.description.SetStandardFonts(8)
self.description.SetStandardFonts(10)
desc = item.description.replace("\r","<br>")