projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8089d89
)
Change default font sizes to 14(freetype) and 10(non-freetype)
author
sfan5
<sfan5@live.de>
Sat, 10 Jan 2015 17:59:43 +0000
(18:59 +0100)
committer
sfan5
<sfan5@live.de>
Sat, 10 Jan 2015 17:59:43 +0000
(18:59 +0100)
src/constants.h
patch
|
blob
|
history
diff --git
a/src/constants.h
b/src/constants.h
index 2da4a34e527c0443aeebda277d72195fdc0dbbb2..6969b4d81b49a0bb2c805735224b4a532e51a353 100644
(file)
--- a/
src/constants.h
+++ b/
src/constants.h
@@
-95,11
+95,10
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#define PLAYER_FILE_ALTERNATE_TRIES 1000
/*
- * GUI related things
- */
-#define LEGACY_SCALING (2./3.)
-#define TTF_DEFAULT_FONT_SIZE (12.0 / LEGACY_SCALING)
-#define DEFAULT_FONT_SIZE (14)
+ GUI related things
+*/
+#define TTF_DEFAULT_FONT_SIZE (14)
+#define DEFAULT_FONT_SIZE (10)
#endif