diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-12 22:15:48 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-12 22:15:48 +0300 |
commit | 4515878778e12f3dfecce1323308ba558b887e70 (patch) | |
tree | 7f3353131d04841a6cf8581aa0e8ed494a0848a0 /src | |
parent | 302f1d27d7c29a4c0d83aeeb9ae841592f38bbdf (diff) |
GmDocument: Bolder arrow for links
Diffstat (limited to 'src')
-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 e4ae03a8..e2832ae2 100644 --- a/src/gmdocument.c +++ b/src/gmdocument.c | |||
@@ -316,7 +316,7 @@ static void doLayout_GmDocument_(iGmDocument *d) { | |||
316 | static const float bottomMargin[max_GmLineType] = { | 316 | static const float bottomMargin[max_GmLineType] = { |
317 | 0.0f, 0.5f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 1.0f | 317 | 0.0f, 0.5f, 1.0f, 0.5f, 0.5f, 0.5f, 0.5f, 1.0f |
318 | }; | 318 | }; |
319 | static const char *arrow = "\u2192"; | 319 | static const char *arrow = "\u27a4"; // "\u2192"; |
320 | static const char *bullet = "\u2022"; | 320 | static const char *bullet = "\u2022"; |
321 | static const char *folder = "\U0001f4c1"; | 321 | static const char *folder = "\U0001f4c1"; |
322 | static const char *globe = "\U0001f310"; | 322 | static const char *globe = "\U0001f310"; |