From aaeee7e6e8f80faf83b6ba5384247b79b2886891 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Wed, 6 Oct 2010 18:48:15 +0300 Subject: [PATCH] Revert "Dont set font size for HtmlWindow, it will look bad on macs" This reverts commit c0c2f75c9044632f06bc9b61cd0578540b88f3ea. --- gui/itemStats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/itemStats.py b/gui/itemStats.py index 4c9086e45..aa0fc1044 100644 --- a/gui/itemStats.py +++ b/gui/itemStats.py @@ -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","
")