- Got rid of stupid buttons.

This commit is contained in:
ccremers
2006-08-09 10:21:30 +00:00
parent 70fa59a9b5
commit 0c3f860b7b
2 changed files with 17 additions and 43 deletions

View File

@@ -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.