Added the document tile buttons and icons

This commit is contained in:
Veronica K. B. Olsen
2020-06-08 00:24:23 +02:00
parent 36933de973
commit 2c337e5938
26 changed files with 1069 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ class GuiDocEditor(QTextEdit):
self.qDocument.contentsChange.connect(self._docChange)
# Document Title
self.docTitle = GuiDocTitleBar(self, self.theProject)
self.docTitle = GuiDocTitleBar(self, self.theProject, isEditor=True)
self.docTitle.setGeometry(0, 0, self.docTitle.width(), self.docTitle.height())
self.setViewportMargins(0, self.docTitle.height(), 0, 0)