summaryrefslogtreecommitdiff
path: root/src/gmdocument.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-12 22:15:48 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-12 22:15:48 +0300
commit4515878778e12f3dfecce1323308ba558b887e70 (patch)
tree7f3353131d04841a6cf8581aa0e8ed494a0848a0 /src/gmdocument.c
parent302f1d27d7c29a4c0d83aeeb9ae841592f38bbdf (diff)
GmDocument: Bolder arrow for links
Diffstat (limited to 'src/gmdocument.c')
-rw-r--r--src/gmdocument.c2
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";