The fixed width setting should really be maximum width. The text margins should be minimum margins.

This commit is contained in:
Veronica K. B. Olsen
2019-11-02 21:16:24 +01:00
parent d7d920f485
commit df4ea641c2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class Config:
## Text Editor
self.textFont = None
self.textSize = 12
self.textFixedW = False
self.textFixedW = True
self.textWidth = 600
self.textMargin = 40
self.tabWidth = 40