diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-22 07:20:03 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-22 07:20:08 +0300 |
commit | 00fc9fbdd922206ddc6d64e10a84a7aedc4b2ab9 (patch) | |
tree | 1da0cf5feea578e8a1101e8c81e02bce8c4afbc4 /src/ui/metrics.c | |
parent | 1aa960ab2b015566d1060f00644435b466225fb7 (diff) |
Larger font size
Diffstat (limited to 'src/ui/metrics.c')
-rw-r--r-- | src/ui/metrics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/metrics.c b/src/ui/metrics.c index 38ae5955..949daaff 100644 --- a/src/ui/metrics.c +++ b/src/ui/metrics.c | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | #include <the_Foundation/math.h> | 3 | #include <the_Foundation/math.h> |
4 | 4 | ||
5 | #define defaultFontSize_Metrics 16 | 5 | #define defaultFontSize_Metrics 20 |
6 | #define defaultGap_Metrics 4 | 6 | #define defaultGap_Metrics 4 |
7 | 7 | ||
8 | int gap_UI = defaultGap_Metrics; | 8 | int gap_UI = defaultGap_Metrics; |