diff --git a/gui/chromeTabs.py b/gui/chromeTabs.py index 4fc08b216..fad8886f2 100644 --- a/gui/chromeTabs.py +++ b/gui/chromeTabs.py @@ -933,7 +933,7 @@ class PFTabsContainer(wx.Panel): selected = 0 - mdc.SetBackground (wx.Brush(wx.SystemSettings_GetColour(wx.SYS_COLOUR_3DFACE))) + mdc.SetBackground (wx.Brush(wx.SystemSettings_GetColour(wx.SYS_COLOUR_BTNFACE))) # mdc.SetBackground (wx.Brush((66,113,202))) mdc.Clear()