Give the buttons some more space

This commit is contained in:
cncfanatics
2010-08-22 00:50:46 +02:00
parent da8ffb0a2f
commit cad68de4e9

View File

@@ -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: