Save the window size and replace column width in project settings

This commit is contained in:
Veronica K. B. Olsen
2020-06-19 23:18:17 +02:00
parent 6a95f1e960
commit 5a373f1cda
3 changed files with 43 additions and 7 deletions
+2 -2
View File
@@ -871,8 +871,8 @@ class GuiBuildNovel(QDialog):
"section" : self.fmtSection.text().strip(),
})
winWidth = self.mainConf.pxInt(self.width())
winHeight = self.mainConf.pxInt(self.height())
winWidth = self.mainConf.rpxInt(self.width())
winHeight = self.mainConf.rpxInt(self.height())
justifyText = self.justifyText.isChecked()
noStyling = self.noStyling.isChecked()
textFont = self.textFont.text()