1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
{
"novelWriter.guiOptions": {
"GuiManuscript": {
"winWidth": 840,
"winHeight": 913,
"optsWidth": 273,
"viewWidth": 541,
"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
}
}
}
|