Changed the initial editor configuration for fixed width and justify text to off

This commit is contained in:
Veronica K. B. Olsen
2019-10-29 10:42:20 +01:00
parent 2510e45c26
commit f91b73429d
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -74,11 +74,11 @@ class Config:
## Text Editor
self.textFont = None
self.textSize = 12
self.textFixedW = True
self.textFixedW = False
self.textWidth = 600
self.textMargin = 40
self.tabWidth = 40
self.doJustify = True
self.doJustify = False
self.autoSelect = True
self.doReplace = True
self.doReplaceSQuote = True