- Bugfix.
This commit is contained in:
parent
3b6794de34
commit
d6fde09885
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user