Muted slot colors (previous colors were very strong). Think about moving these to prefs

This commit is contained in:
blitzmann
2014-03-24 12:49:09 -04:00
parent b98edc3f65
commit e23ad7b002
2 changed files with 5 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ class PFGeneralPref ( PreferenceView):
self.cbFitColorSlots = wx.CheckBox( panel, wx.ID_ANY, u"Color fitting view by slot", wx.DefaultPosition, wx.DefaultSize, 0 )
mainSizer.Add( self.cbFitColorSlots, 0, wx.ALL|wx.EXPAND, 5 )
self.cbDivideSlots = wx.CheckBox( panel, wx.ID_ANY, u"Divide slot groups", wx.DefaultPosition, wx.DefaultSize, 0 )
self.cbDivideSlots = wx.CheckBox( panel, wx.ID_ANY, u"Separate Racks", wx.DefaultPosition, wx.DefaultSize, 0 )
mainSizer.Add( self.cbDivideSlots, 0, wx.ALL|wx.EXPAND, 5 )
# Needs to be implemented - save active fittings and reapply when starting pyfa