Revert "Background colour test"

This reverts commit 8d5e7b6159.
This commit is contained in:
HomeWorld
2010-09-16 12:33:40 +03:00
parent 8d5e7b6159
commit dd582d8397

View File

@@ -47,7 +47,7 @@ class StatsPane(wx.Panel):
standardFont.SetPointSize(8)
self.SetFont(standardFont)
self.SetBackgroundColour(wx.Colour(151,151,151))
self.SetBackgroundColour(parent.GetBackgroundColour())
mainSizer = wx.BoxSizer(wx.VERTICAL)
self.SetSizer(mainSizer)