Document editor and document viewer are now in different panes

This commit is contained in:
Veronica K. B. Olsen
2019-05-18 17:09:03 +02:00
parent c4caac748f
commit ac1f9569e6
6 changed files with 20 additions and 10 deletions
+2
View File
@@ -28,6 +28,8 @@ class GuiDocViewer(QTextBrowser):
self.mainConf = nw.CONFIG
self.theParent = theParent
self.setMinimumWidth(300)
logger.debug("DocViewer initialisation complete")
return