From 2cdd444e29117a886090929f30f297f8ae647c03 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Sat, 30 Jan 2021 14:48:47 +0100 Subject: [PATCH] Fix issue #623 --- nw/gui/preferences.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nw/gui/preferences.py b/nw/gui/preferences.py index 90b86a88..8b4398c4 100644 --- a/nw/gui/preferences.py +++ b/nw/gui/preferences.py @@ -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,