diff options
Diffstat (limited to 'meta/options.json')
| -rw-r--r-- | meta/options.json | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/meta/options.json b/meta/options.json new file mode 100644 index 0000000..cbce4c3 --- /dev/null +++ b/meta/options.json @@ -0,0 +1,69 @@ +{ + "novelWriter.guiOptions": { + "GuiManuscript": { + "winWidth": 1288, + "winHeight": 913, + "optsWidth": 273, + "viewWidth": 989, + "listHeight": 328, + "detailsHeight": 468, + "detailsWidth": 138, + "detailsExpanded": [ + false, + true, + true, + true + ] + }, + "GuiProjectSettings": { + "winWidth": 650, + "winHeight": 500, + "statusColW": 130, + "importColW": 130, + "replaceColW": 130 + }, + "GuiDocViewerPanel": { + "colWidths": { + "CHARACTER": [100, 100, 100, 100], + "PLOT": [100, 100, 100, 100], + "WORLD": [100, 100, 100, 100], + "TIMELINE": [100, 100, 100, 100], + "OBJECT": [100, 100, 100, 100], + "ENTITY": [100, 100, 100, 100], + "CUSTOM": [100, 100, 100, 100] + }, + "hideInactive": false + }, + "GuiOutline": { + "columnState": { + "TITLE": [false, 200], + "LEVEL": [true, 40], + "LABEL": [false, 150], + "LINE": [true, 40], + "CCOUNT": [true, 50], + "WCOUNT": [false, 50], + "PCOUNT": [false, 50], + "POV": [false, 100], + "FOCUS": [true, 100], + "CHAR": [false, 100], + "PLOT": [false, 100], + "TIME": [true, 100], + "WORLD": [false, 100], + "OBJECT": [true, 100], + "ENTITY": [true, 100], + "CUSTOM": [true, 100], + "SYNOP": [false, 1669] + } + }, + "GuiNovelView": { + "lastCol": "HIDDEN", + "lastColSize": 25 + }, + "GuiManuscriptBuild": { + "winWidth": 620, + "winHeight": 360, + "fmtWidth": 310, + "sumWidth": 272 + } + } +}
\ No newline at end of file |
