From cad68de4e9a4ae8736468a57dec83b95764545ec Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sun, 22 Aug 2010 00:50:46 +0200 Subject: [PATCH] Give the buttons some more space --- gui/marketBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/marketBrowser.py b/gui/marketBrowser.py index 715577daf..12a9cf281 100644 --- a/gui/marketBrowser.py +++ b/gui/marketBrowser.py @@ -97,7 +97,7 @@ class MarketBrowser(wx.Panel): setattr(self, name, btn) box.Add(btn, 0) - p.SetMinSize((wx.SIZE_AUTO_WIDTH, btn.GetSize()[1] + 3)) + p.SetMinSize((wx.SIZE_AUTO_WIDTH, btn.GetSize()[1] + 5)) def addMarketViewImage(self, iconFile): if iconFile is None: