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: