Differentiate active/inactive tabs a bit more
Tiny values tweak.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user