From 29d27cd40575918419e76cdacffa45fde0bf2d1f Mon Sep 17 00:00:00 2001 From: Sarah Duck Date: Thu, 9 Jan 2025 00:56:52 -0800 Subject: Started work on Chapter 1, unfinished and needs work --- meta/options.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/options.json') diff --git a/meta/options.json b/meta/options.json index cbce4c3..a2a3295 100644 --- a/meta/options.json +++ b/meta/options.json @@ -1,10 +1,10 @@ { "novelWriter.guiOptions": { "GuiManuscript": { - "winWidth": 1288, + "winWidth": 840, "winHeight": 913, "optsWidth": 273, - "viewWidth": 989, + "viewWidth": 541, "listHeight": 328, "detailsHeight": 468, "detailsWidth": 138, -- cgit