Completed redesign of doc viewer details panel

This commit is contained in:
Veronica K. B. Olsen
2020-06-09 23:25:01 +02:00
parent 4a69948aa8
commit b61402a373
7 changed files with 165 additions and 37 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ class GuiDocViewer(QTextBrowser):
self.initViewer()
# Document Title and Footer
self.docTitle = GuiDocTitleBar(self, self.theProject, isEditor=False)
self.docFooter = GuiDocViewFooter(self, self.theProject)
self.docTitle = GuiDocTitleBar(self, isEditor=False)
self.docFooter = GuiDocViewFooter(self)
self.stickyRef = False
theOpt = QTextOption()