This commit is contained in:
Marius Stanciu 2020-05-31 01:57:08 +03:00 committed by Marius
parent ede90d6775
commit 483571f098
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class OptionsGroupUI(QtWidgets.QGroupBox):
def __init__(self, title, parent=None):
# QtGui.QGroupBox.__init__(self, title, parent=parent)
super(OptionsGroupUI, self).__init__(title=title, parent=parent)
super(OptionsGroupUI, self).__init__()
self.setStyleSheet("""
QGroupBox
{