Fix issue #623
This commit is contained in:
@@ -532,7 +532,7 @@ class GuiConfigEditLayoutTab(QWidget):
|
|||||||
|
|
||||||
## Justify Text
|
## Justify Text
|
||||||
self.textJustify = QSwitch()
|
self.textJustify = QSwitch()
|
||||||
self.textJustify.setChecked(self.mainConf.textFixedW)
|
self.textJustify.setChecked(self.mainConf.doJustify)
|
||||||
self.mainForm.addRow(
|
self.mainForm.addRow(
|
||||||
"Justify the text margins in editor and viewer",
|
"Justify the text margins in editor and viewer",
|
||||||
self.textJustify,
|
self.textJustify,
|
||||||
|
|||||||
Reference in New Issue
Block a user