Differentiate active/inactive tabs a bit more

Tiny values tweak.
This commit is contained in:
Corollax
2010-12-08 10:58:14 -06:00
parent 04fe5baa5a
commit 054fdb522e

View File

@@ -419,7 +419,7 @@ class PFTabRenderer:
def InitColors(self):
self.tabColor = wx.SystemSettings_GetColour(wx.SYS_COLOUR_WINDOW)
self.inactiveColor = colorUtils.GetSuitableColor(self.tabColor, 0.25)
self.selectedColor = colorUtils.GetSuitableColor(self.tabColor, 0.15)
self.selectedColor = colorUtils.GetSuitableColor(self.tabColor, 0.10)
def Render(self):
return self.tabBitmap