Skip to content

Commit 72bb974

Browse files
authored
Merge pull request #267 from samyhocine/fix-style
Fix style
2 parents 227594c + 36f6f12 commit 72bb974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NodeGraphQt/widgets/node_widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def setTitleAlign(self, align='center'):
3232
},
3333
'QGroupBox::title': {
3434
'subcontrol-origin': 'margin',
35+
'subcontrol-position': 'top center',
3536
'color': 'rgba({0}, {1}, {2}, 100)'.format(*text_color),
3637
'padding': '0px',
3738
}

0 commit comments

Comments
 (0)