- Bugfix.

This commit is contained in:
ccremers 2006-08-11 15:38:25 +00:00
parent 3b6794de34
commit d6fde09885

View File

@ -115,7 +115,7 @@ class AttackDisplay(wx.ScrolledWindow):
class AttackWindow(wx.Frame): class AttackWindow(wx.Frame):
def __init__(self,cl): def __init__(self,cl):
super(AttackWindow, self).__init__(None, size=(400,800)) super(AttackWindow, self).__init__(None, size=(400,700))
self.SetBackgroundColour('Default') self.SetBackgroundColour('Default')
self.claim = cl self.claim = cl