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

This reverts commit c0c2f75c90.
This commit is contained in:
HomeWorld
2010-10-06 18:48:15 +03:00
parent c0c2f75c90
commit aaeee7e6e8

View File

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