From f91b73429d86aaee70178a7b54c85637a594d599 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Tue, 29 Oct 2019 10:42:20 +0100 Subject: [PATCH] Changed the initial editor configuration for fixed width and justify text to off --- nw/config.py | 4 ++-- tests/reference/novelwriter.conf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nw/config.py b/nw/config.py index fbaf30fb..695b31e0 100644 --- a/nw/config.py +++ b/nw/config.py @@ -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 diff --git a/tests/reference/novelwriter.conf b/tests/reference/novelwriter.conf index 90c48661..8f1d1ea7 100644 --- a/tests/reference/novelwriter.conf +++ b/tests/reference/novelwriter.conf @@ -1,5 +1,5 @@ [Main] -timestamp = 2019-06-27 20:26:43 +timestamp = 2019-10-29 10:40:19 theme = default syntax = default_light @@ -16,11 +16,11 @@ autosavedoc = 30 [Editor] textfont = None textsize = 12 -fixedwidth = True +fixedwidth = False width = 600 margin = 40 tabwidth = 40 -justify = True +justify = False autoselect = True autoreplace = True repsquotes = True