From 0b51e50c193b458087cd46892d15351e80c6d856 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sun, 24 Jan 2021 22:57:32 +0100 Subject: [PATCH] Add a title to the Contents tab in project Details --- nw/gui/projdetails.py | 1 + 1 file changed, 1 insertion(+) 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)