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

This commit is contained in:
HomeWorld
2010-10-06 18:48:58 +03:00
parent aaeee7e6e8
commit 9190239c61

View File

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