diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-01 13:45:34 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-01 13:45:34 +0300 |
commit | d1dc79623142112521d15ef936e010f099b0e242 (patch) | |
tree | 11a62e6d9c5c78d495d060236a343967b9080b92 /src/gmdocument.c | |
parent | 6e797e23b7c3eb2c4df3418ec007f2196cd3ccd4 (diff) |
GmDocument: Slightly wider indents for more breathing room
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r-- | src/gmdocument.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c index 0a7f3b38..d61e199a 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -302,7 +302,7 @@ static void doLayout_GmDocument_(iGmDocument *d) { | |||
302 | tmLinkText_ColorId, | 302 | tmLinkText_ColorId, |
303 | }; | 303 | }; |
304 | static const int indents[max_GmLineType] = { | 304 | static const int indents[max_GmLineType] = { |
305 | 5, 10, 5, 10, 0, 0, 0, 5 | 305 | 6, 12, 6, 12, 0, 0, 0, 6 |
306 | }; | 306 | }; |
307 | static const float topMargin[max_GmLineType] = { | 307 | static const float topMargin[max_GmLineType] = { |
308 | 0.0f, 0.5f, 1.0f, 0.5f, 2.0f, 2.0f, 1.5f, 1.0f | 308 | 0.0f, 0.5f, 1.0f, 0.5f, 2.0f, 2.0f, 1.5f, 1.0f |