adjust group parameter fg color

This commit is contained in:
Luke Campagnola 2018-01-31 08:44:09 -08:00
parent 463a0dd6e4
commit 2b0559fd75
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class GroupParameterItem(ParameterItem):
else:
for c in [0,1]:
self.setBackground(c, QtGui.QBrush(QtGui.QColor(220,220,220)))
self.setForeground(c, QtGui.QBrush(QtGui.QColor(100,100,100)))
self.setForeground(c, QtGui.QBrush(QtGui.QColor(50,50,50)))
font = self.font(c)
font.setBold(True)
#font.setPointSize(font.pointSize()+1)