changed values in the lines 1012 to 1016 as suggested by
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 24 Aug 2008 23:06:58 +0000 (23:06 +0000)
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sun, 24 Aug 2008 23:06:58 +0000 (23:06 +0000)
martin-s. Still buggy, but better than before :) .

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@1318 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/gui/internal/gui_internal.c

index 2332943..b215434 100644 (file)
@@ -1009,10 +1009,10 @@ gui_internal_menu(struct gui_priv *this, char *label)
                this->spacing=5;
                this->font=graphics_font_new(this->gra, 545, 1);
                if (this->root.w > 640 || this->root.h > 640) {
-                       this->font_size=40;
-                       this->icon_s=48;
-                       this->icon_l=96;
-                       this->spacing=5;
+                       this->font_size=36;
+                       this->icon_s=40;
+                       this->icon_l=44;
+                       this->spacing=2;
                        this->font=graphics_font_new(this->gra, 545, 1);
                }
        } else {