Skip to content

Commit 36f6f12

Browse files
author
Samy Hocine
committed
fix missing key
1 parent 8f83e36 commit 36f6f12

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)