Added Layout tab to main config dialog

This commit is contained in:
Veronica K. B. Olsen
2020-05-03 18:02:27 +02:00
parent 3d0cd5a71c
commit 6c0c908989
2 changed files with 141 additions and 117 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ class QConfigLayout(QGridLayout):
if isinstance(theLabel, QLabel):
qLabel = theLabel
elif isinstance(theLabel, str):
qLabel = QLabel(theLabel)
qLabel = QLabel("<b>%s</b>" % theLabel)
else:
qLabel = None
raise ValueError("theLabel must be a QLabel")