From 11ff9567c0d8ef86710da0c1a1bb6b77cabd73c2 Mon Sep 17 00:00:00 2001 From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com> Date: Fri, 14 Oct 2022 21:49:42 +0200 Subject: [PATCH] Make the novel combo box on project details always visible --- novelwriter/dialogs/projdetails.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/novelwriter/dialogs/projdetails.py b/novelwriter/dialogs/projdetails.py index 729f8a3b..7f2259c3 100644 --- a/novelwriter/dialogs/projdetails.py +++ b/novelwriter/dialogs/projdetails.py @@ -450,8 +450,6 @@ class GuiProjectDetailsContents(QWidget): for tHandle, nwItem in self.theProject.tree.iterRoots(nwItemClass.NOVEL): self.novelValue.addItem(tIcon, nwItem.itemName, tHandle) - self.novelValue.setVisible(self.novelValue.count() > 1) - return def _prepareData(self, rootHandle):