Fixed some alignemnt issue and the icon for NO_LAYOUT in the details panel under the tree view

This commit is contained in:
Veronica K. B. Olsen
2020-05-26 22:47:48 +02:00
parent 25981edf1a
commit 088b96fd55
2 changed files with 26 additions and 21 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ class GuiBuildNovel(QDialog):
self.novelFiles.setChecked(
self.optState.getBool("GuiBuildNovel", "addNovel", True)
)
self.noteFiles = QSwitch()
self.noteFiles.setChecked(
self.optState.getBool("GuiBuildNovel", "addNotes", False)