From de3888ca09a43371d3ef1fa3ff20e5501044d6ef Mon Sep 17 00:00:00 2001 From: sapier Date: Fri, 9 Jan 2015 18:01:59 +0100 Subject: Remove automatic consistent formspec size <-> font size (now has to be done manually) Set builtin formspecs to autoscale in order to get consistent formspec look and feel Uncouple label positioning from font size (May break some formspecs but is required to allow manual font adjustment) --- src/game.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index b292ad1bf..00931a73b 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -1024,11 +1024,7 @@ static inline void create_formspec_menu(GUIFormSpecMenu **cur_formspec, } } -#ifdef __ANDROID__ #define SIZE_TAG "size[11,5.5]" -#else -#define SIZE_TAG "size[11,5.5,true]" -#endif static void show_chat_menu(GUIFormSpecMenu **cur_formspec, InventoryManager *invmgr, IGameDef *gamedef, -- cgit v1.2.3