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
+1 -1
View File
@@ -70,7 +70,7 @@ def testConfigSetMainPanePos(nwTemp,nwRef):
refConf = path.join(nwRef, "novelwriter.conf")
assert theConf.setMainPanePos([0, 0])
assert theConf.confChanged
assert theConf.setMainPanePos([300, 800])
assert theConf.setMainPanePos([300, 400, 400])
assert theConf.saveConfig()
assert cmpFiles(tmpConf, refConf, [2])
assert not theConf.confChanged