- Got rid of stupid buttons.
This commit is contained in:
@@ -26,7 +26,7 @@ class AttackDisplay(wx.ScrolledWindow):
|
||||
self.attack = attack
|
||||
|
||||
wx.ScrolledWindow.__init__(self,parent,id=-1)
|
||||
self.SetBackgroundColour('White')
|
||||
self.SetBackgroundColour('White')
|
||||
|
||||
self.Bind(wx.EVT_SIZE, self.OnSize)
|
||||
self.Image = wx.StaticBitmap(self, -1, wx.EmptyBitmap(1,1))
|
||||
@@ -120,7 +120,7 @@ class AttackWindow(wx.Frame):
|
||||
global usePIL
|
||||
|
||||
super(AttackWindow, self).__init__(None, size=(400,800))
|
||||
self.SetBackgroundColour('Default')
|
||||
self.SetBackgroundColour('Default')
|
||||
self.claim = cl
|
||||
|
||||
# TODO maybe fitting defaults should come from Preferences.
|
||||
|
||||
Reference in New Issue
Block a user