This commit is contained in:
Veronica K. B. Olsen
2021-01-30 14:48:47 +01:00
parent 8370b99302
commit 2cdd444e29
+1 -1
View File
@@ -532,7 +532,7 @@ class GuiConfigEditLayoutTab(QWidget):
## Justify Text
self.textJustify = QSwitch()
self.textJustify.setChecked(self.mainConf.textFixedW)
self.textJustify.setChecked(self.mainConf.doJustify)
self.mainForm.addRow(
"Justify the text margins in editor and viewer",
self.textJustify,