Add a button to open the novel tree root selector

This commit is contained in:
Veronica Berglyd Olsen
2022-11-22 12:33:32 +01:00
parent b7373688e7
commit 55f7a91eaf
3 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ class GuiOutlineToolBar(QToolBar):
self.novelLabel = QLabel(self.tr("Outline of"))
self.novelLabel.setContentsMargins(0, 0, mPx, 0)
self.novelValue = NovelSelector(self, self.theProject, self.mainTheme)
self.novelValue = NovelSelector(self, self.theProject, self.mainGui)
self.novelValue.setMinimumWidth(self.mainConf.pxInt(200))
self.novelValue.novelSelectionChanged.connect(self._novelValueChanged)