diff --git a/NodeGraphQt/widgets/node_widgets.py b/NodeGraphQt/widgets/node_widgets.py index c3a3ee6a..5a4b87ef 100644 --- a/NodeGraphQt/widgets/node_widgets.py +++ b/NodeGraphQt/widgets/node_widgets.py @@ -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', }