Made the title of the sub-categories bold.

This commit is contained in:
The Wobbler 2025-03-01 20:11:57 +01:00
parent 53c6bccfe6
commit df54239d67

View file

@ -15,6 +15,8 @@ class SubCategory(QGroupBox):
self.setSizePolicy(QSizePolicy.Policy.Preferred, QSizePolicy.Policy.Fixed)
self.setAlignment(Qt.AlignmentFlag.AlignLeading | Qt.AlignmentFlag.AlignVCenter)
self.setStyleSheet("QGroupBox{font-weight: bold;}")
self.layout = QFormLayout()
self.setLayout(self.layout)