Changed the initial editor configuration for fixed width and justify text to off
This commit is contained in:
+2
-2
@@ -74,11 +74,11 @@ class Config:
|
|||||||
## Text Editor
|
## Text Editor
|
||||||
self.textFont = None
|
self.textFont = None
|
||||||
self.textSize = 12
|
self.textSize = 12
|
||||||
self.textFixedW = True
|
self.textFixedW = False
|
||||||
self.textWidth = 600
|
self.textWidth = 600
|
||||||
self.textMargin = 40
|
self.textMargin = 40
|
||||||
self.tabWidth = 40
|
self.tabWidth = 40
|
||||||
self.doJustify = True
|
self.doJustify = False
|
||||||
self.autoSelect = True
|
self.autoSelect = True
|
||||||
self.doReplace = True
|
self.doReplace = True
|
||||||
self.doReplaceSQuote = True
|
self.doReplaceSQuote = True
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[Main]
|
[Main]
|
||||||
timestamp = 2019-06-27 20:26:43
|
timestamp = 2019-10-29 10:40:19
|
||||||
theme = default
|
theme = default
|
||||||
syntax = default_light
|
syntax = default_light
|
||||||
|
|
||||||
@@ -16,11 +16,11 @@ autosavedoc = 30
|
|||||||
[Editor]
|
[Editor]
|
||||||
textfont = None
|
textfont = None
|
||||||
textsize = 12
|
textsize = 12
|
||||||
fixedwidth = True
|
fixedwidth = False
|
||||||
width = 600
|
width = 600
|
||||||
margin = 40
|
margin = 40
|
||||||
tabwidth = 40
|
tabwidth = 40
|
||||||
justify = True
|
justify = False
|
||||||
autoselect = True
|
autoselect = True
|
||||||
autoreplace = True
|
autoreplace = True
|
||||||
repsquotes = True
|
repsquotes = True
|
||||||
|
|||||||
Reference in New Issue
Block a user