summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 06:21:46 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-28 06:21:56 +0300
commita45a7dd965d0345edffd37c04c4f264a6a368f91 (patch)
treef1a02f8add49b3f9129642fbd71af874a4fd4c5c /src/ui/text.h
parent4506324621622c778656bc7cf7c5d6eca5386f58 (diff)
DocumentWidget: Improved drawing of link key shortcuts
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 0007b264..2f2bcf3a 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -67,7 +67,8 @@ enum iFontId {
67 monospaceSmall_FontId, 67 monospaceSmall_FontId,
68 monospace_FontId, 68 monospace_FontId,
69 /* extra content fonts */ 69 /* extra content fonts */
70 defaultContentSized_FontId, /* UI font but sized to regular_FontId */ 70 defaultContentRegular_FontId, /* UI font but sized to regular_FontId */
71 defaultContentSmall_FontId, /* UI font but sized smaller */
71 /* symbols and scripts */ 72 /* symbols and scripts */
72 userSymbols_FontId, 73 userSymbols_FontId,
73 iosevka_FontId = userSymbols_FontId + max_FontSize, 74 iosevka_FontId = userSymbols_FontId + max_FontSize,