Skip to content
Snippets Groups Projects
Commit 3b16103c authored by sfan5's avatar sfan5
Browse files

Change default font sizes to 14(freetype) and 10(non-freetype)

parent 8089d89a
No related branches found
No related tags found
No related merge requests found
...@@ -95,11 +95,10 @@ with this program; if not, write to the Free Software Foundation, Inc., ...@@ -95,11 +95,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define PLAYER_FILE_ALTERNATE_TRIES 1000 #define PLAYER_FILE_ALTERNATE_TRIES 1000
/* /*
* GUI related things GUI related things
*/ */
#define LEGACY_SCALING (2./3.) #define TTF_DEFAULT_FONT_SIZE (14)
#define TTF_DEFAULT_FONT_SIZE (12.0 / LEGACY_SCALING) #define DEFAULT_FONT_SIZE (10)
#define DEFAULT_FONT_SIZE (14)
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment