We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f83e36 commit 36f6f12Copy full SHA for 36f6f12
NodeGraphQt/widgets/node_widgets.py
@@ -32,6 +32,7 @@ def setTitleAlign(self, align='center'):
32
},
33
'QGroupBox::title': {
34
'subcontrol-origin': 'margin',
35
+ 'subcontrol-position': 'top center',
36
'color': 'rgba({0}, {1}, {2}, 100)'.format(*text_color),
37
'padding': '0px',
38
}
0 commit comments