ShipBrowser: Gradients empire strikes back

This commit is contained in:
HomeWorld
2010-12-08 23:27:11 +02:00
parent 054fdb522e
commit 059c0fd1c6
2 changed files with 73 additions and 61 deletions

View File

@@ -417,7 +417,7 @@ class PFTabRenderer:
def InitColors(self):
self.tabColor = wx.SystemSettings_GetColour(wx.SYS_COLOUR_WINDOW)
self.tabColor = wx.SystemSettings_GetColour(wx.SYS_COLOUR_3DFACE)
self.inactiveColor = colorUtils.GetSuitableColor(self.tabColor, 0.25)
self.selectedColor = colorUtils.GetSuitableColor(self.tabColor, 0.10)