summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-22 22:22:11 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-22 22:22:11 +0300
commit4c6d19608995d255410b339795004ec498d312f8 (patch)
tree9e5a77c0a83b4ea699501ded5f8598d3a9af8d83 /src/ui/text.h
parent366f4036453ee879d50820110275bf7ed69d6f8c (diff)
Getting started with some links
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 29fc34a4..2181fa34 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -26,7 +26,7 @@ enum iFontId {
26 quote_FontId = italic_FontId, 26 quote_FontId = italic_FontId,
27 header1_FontId = hugeBold_FontId, 27 header1_FontId = hugeBold_FontId,
28 header2_FontId = largeBold_FontId, 28 header2_FontId = largeBold_FontId,
29 header3_FontId = mediumBold_FontId, 29 header3_FontId = medium_FontId,
30 uiShortcuts_FontId = default_FontId, 30 uiShortcuts_FontId = default_FontId,
31}; 31};
32 32