diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/documentwidget.c | 2 |
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; |