diff --git a/nw/gui/projdetails.py b/nw/gui/projdetails.py index 509a19b9..7b46b39d 100644 --- a/nw/gui/projdetails.py +++ b/nw/gui/projdetails.py @@ -358,6 +358,7 @@ class GuiProjectDetailsContents(QWidget): # ======== self.outerBox = QVBoxLayout() + self.outerBox.addWidget(QLabel("Table of Contents")) self.outerBox.addWidget(self.tocTree) self.outerBox.addLayout(self.optionsBox)