summaryrefslogtreecommitdiff
path: root/src/constants.h
diff options
context:
space:
mode:
authorCraig Robbins <kde.psych@gmail.com>2014-12-05 01:42:03 +1000
committerCraig Robbins <kde.psych@gmail.com>2014-12-05 02:35:21 +1000
commitf7f7fec497f83da0d9f6ea2e83796720484033ff (patch)
treef5ad8fed31ac6a1aef70ed4cb9feea5eaafb8f8d /src/constants.h
parentc16b1e26393c133df2d660bae80ae908339b0ae4 (diff)
downloadminetest-f7f7fec497f83da0d9f6ea2e83796720484033ff.tar.gz
minetest-f7f7fec497f83da0d9f6ea2e83796720484033ff.tar.bz2
minetest-f7f7fec497f83da0d9f6ea2e83796720484033ff.zip
(INTERIM) Make sizes of the font in formspecs consistent and not so large
Until a permanent fix can be developed
Diffstat (limited to 'src/constants.h')
-rw-r--r--src/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants.h b/src/constants.h
index 8e39ccb74..2da4a34e5 100644
--- a/src/constants.h
+++ b/src/constants.h
@@ -98,7 +98,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
* GUI related things
*/
#define LEGACY_SCALING (2./3.)
-#define TTF_DEFAULT_FONT_SIZE (13.0 / LEGACY_SCALING)
+#define TTF_DEFAULT_FONT_SIZE (12.0 / LEGACY_SCALING)
#define DEFAULT_FONT_SIZE (14)
#endif