Skip to content

Commit

Permalink
fix missing key
Browse files Browse the repository at this point in the history
  • Loading branch information
Samy Hocine committed Jun 18, 2022
1 parent 8f83e36 commit 36f6f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NodeGraphQt/widgets/node_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def setTitleAlign(self, align='center'):
},
'QGroupBox::title': {
'subcontrol-origin': 'margin',
'subcontrol-position': 'top center',
'color': 'rgba({0}, {1}, {2}, 100)'.format(*text_color),
'padding': '0px',
}
Expand Down

0 comments on commit 36f6f12

Please sign in to comment.