forked from M-Labs/thermostat
ctrl_panel: Bold "Control Method" text
This commit is contained in:
parent
87ba107ce5
commit
3ffa939970
|
@ -72,6 +72,11 @@ class CtrlPanel(QObject):
|
|||
)
|
||||
_indicate_usage(param.child("output", "control_method"))
|
||||
|
||||
for item in param.child("output", "control_method").items:
|
||||
font = item.font(0)
|
||||
font.setBold(True)
|
||||
item.setFont(0, font)
|
||||
|
||||
def _setValue(self, value, blockSignal=None):
|
||||
"""
|
||||
Implement 'lock' mechanism for Parameter Type
|
||||
|
|
Loading…
Reference in New Issue