diff --git a/gui/itemStats.py b/gui/itemStats.py index aa0fc1044..d29f3c2ea 100644 --- a/gui/itemStats.py +++ b/gui/itemStats.py @@ -152,7 +152,6 @@ class ItemDescription ( wx.Panel ): self.description = wx.html.HtmlWindow(self) - self.description.SetStandardFonts(8) desc = item.description.replace("\r","
")