-
Notifications
You must be signed in to change notification settings - Fork 303
Closed
Description
In NodeGraphQt//widgets/node_widgets.py the following code is causing an issue because key 'subcontrol-position' is not initialized in every situations. Especially if align == 'left'.
if align == 'center':
style_dict['QGroupBox::title']['subcontrol-position'] = 'top center'
elif align == 'left':
style_dict['QGroupBox::title']['subcontrol-position'] += 'top left'
style_dict['QGroupBox::title']['margin-left'] = '4px'
elif align == 'right':
style_dict['QGroupBox::title']['subcontrol-position'] += 'top right'
style_dict['QGroupBox::title']['margin-right'] = '4px'
Metadata
Metadata
Assignees
Labels
No labels