Skip to content

Commit

Permalink
Merge pull request #267 from samyhocine/fix-style
Browse files Browse the repository at this point in the history
Fix style
  • Loading branch information
jchanvfx authored Jul 27, 2022
2 parents 227594c + 36f6f12 commit 72bb974
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 72bb974

Please sign in to comment.