Dont set font size for HtmlWindow, it will look bad on macs
This commit is contained in:
@@ -152,7 +152,6 @@ class ItemDescription ( wx.Panel ):
|
||||
|
||||
|
||||
self.description = wx.html.HtmlWindow(self)
|
||||
self.description.SetStandardFonts(8)
|
||||
|
||||
desc = item.description.replace("\r","<br>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user