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: