Revert "Dont set font size for HtmlWindow, it will look bad on macs"
This reverts commit c0c2f75c90.
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user