Background colour test

This commit is contained in:
HomeWorld
2010-09-16 12:29:22 +03:00
parent d60a8c22dd
commit 8d5e7b6159

View File

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