From 3a7110a2e87f96845dd1f7b8866ea40a605cf6e0 Mon Sep 17 00:00:00 2001 From: HomeWorld Date: Fri, 12 Nov 2010 21:13:22 +0200 Subject: [PATCH] Guessing the right size ftw --- gui/shipBrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/shipBrowser.py b/gui/shipBrowser.py index b526c1c19..832910fb7 100644 --- a/gui/shipBrowser.py +++ b/gui/shipBrowser.py @@ -1283,7 +1283,7 @@ class PFBitmapFrame(wx.Frame): self.timer = wx.Timer(self,wx.ID_ANY) self.direction = 1 self.transp = 0 - self.SetSize((bitmap.GetWidth(),bitmap.GetHeight())) + self.SetMinSize((bitmap.GetWidth(),bitmap.GetHeight())) if 'wxMSW' in wx.PlatformInfo: self.SetRoundShape() else: