adjust group parameter fg color
This commit is contained in:
parent
463a0dd6e4
commit
2b0559fd75
@ -400,7 +400,7 @@ class GroupParameterItem(ParameterItem):
|
|||||||
else:
|
else:
|
||||||
for c in [0,1]:
|
for c in [0,1]:
|
||||||
self.setBackground(c, QtGui.QBrush(QtGui.QColor(220,220,220)))
|
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 = self.font(c)
|
||||||
font.setBold(True)
|
font.setBold(True)
|
||||||
#font.setPointSize(font.pointSize()+1)
|
#font.setPointSize(font.pointSize()+1)
|
||||||
|
Loading…
Reference in New Issue
Block a user