From 9190239c615dcf50a31bf44e8dd40567fad0ac9c Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 6 Oct 2010 18:48:58 +0300 Subject: [PATCH] Dont set font size for HtmlWindow, it will look bad on macs --- gui/itemStats.py | 1 - 1 file changed, 1 deletion(-) 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","
")