summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 12:41:10 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-24 12:41:10 +0200
commit740c95a2b0eda0297865b739d780474cea13e75c (patch)
tree3e7628f1efdcdba64a8fe5409d1cd147d7b4258a /src/ui/text.h
parent8f104a9916070fceb53aa5e3f4ad8dfecc40055d (diff)
UI font consistency
Try to minimize the number of fonts in the UI. Input fields now use the same UI font as everything else. The monospace font was originally used because the widget required one, but that is no longer the case.
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 e793b46e..55524db1 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -107,7 +107,7 @@ enum iFontId {
107 uiLabelLarge_FontId = defaultLarge_FontId, 107 uiLabelLarge_FontId = defaultLarge_FontId,
108 uiLabelLargeBold_FontId = defaultLargeBold_FontId, 108 uiLabelLargeBold_FontId = defaultLargeBold_FontId,
109 uiShortcuts_FontId = default_FontId, 109 uiShortcuts_FontId = default_FontId,
110 uiInput_FontId = defaultMonospace_FontId, 110 uiInput_FontId = defaultMedium_FontId,
111 uiContent_FontId = defaultMedium_FontId, 111 uiContent_FontId = defaultMedium_FontId,
112 uiContentBold_FontId = defaultMediumBold_FontId, 112 uiContentBold_FontId = defaultMediumBold_FontId,
113 uiContentSymbols_FontId = defaultMediumSymbols_FontId, 113 uiContentSymbols_FontId = defaultMediumSymbols_FontId,