Add a title to the Contents tab in project Details

This commit is contained in:
Veronica K. B. Olsen
2021-01-24 22:57:32 +01:00
parent 659e056eeb
commit 0b51e50c19
+1
View File
@@ -358,6 +358,7 @@ class GuiProjectDetailsContents(QWidget):
# ========
self.outerBox = QVBoxLayout()
self.outerBox.addWidget(QLabel("<b>Table of Contents</b>"))
self.outerBox.addWidget(self.tocTree)
self.outerBox.addLayout(self.optionsBox)