summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 07:48:29 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-08 07:48:29 +0300
commit0307e115093af01c4d8ef6142a804f29200379d0 (patch)
treef5865fe2b4952a6bb2439508fc52d374c7b41f22 /src/ui
parent6145c27ad68f3f49bdc8e5c621ef7209edf81545 (diff)
DocumentWidget: Minor link number tweak
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/documentwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 7a16f17e..9f45f246 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -1681,7 +1681,7 @@ static void drawRun_DrawContext_(void *context, const iGmRun *run) {
1681 if (ord < 9 + 26) { 1681 if (ord < 9 + 26) {
1682 const iChar ordChar = ord < 9 ? 0x278a + ord : (0x24b6 + ord - 9); 1682 const iChar ordChar = ord < 9 ? 0x278a + ord : (0x24b6 + ord - 9);
1683 drawString_Text(run->font, 1683 drawString_Text(run->font,
1684 init_I2(left_Rect(d->bounds) - gap_UI / 2, visPos.y), 1684 init_I2(left_Rect(d->bounds) - gap_UI / 3, visPos.y),
1685 fg, 1685 fg,
1686 collect_String(newUnicodeN_String(&ordChar, 1))); 1686 collect_String(newUnicodeN_String(&ordChar, 1)));
1687 goto runDrawn; 1687 goto runDrawn;