--- trunk/src/map-tool.c 2009/11/17 09:07:17 189 +++ trunk/src/map-tool.c 2009/11/17 10:22:41 190 @@ -498,7 +498,7 @@ #define LINE_SKIP 7 #else #define ICON_SIZE ICON_CACHE_TYPE_1_5X -#define LINE_SKIP 12 +#define LINE_SKIP 7 #endif static void @@ -566,8 +566,10 @@ x = event->data.draw.rect->x; /* everything from here uses the same font */ - cairo_select_font_face (event->data.draw.cr, "Sans", CAIRO_FONT_SLANT_NORMAL, + cairo_select_font_face (event->data.draw.cr, "Sans", + CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL); + #ifndef BIG_BALLOONS #define FONT_SIZE 14.0 #else @@ -613,7 +615,7 @@ /* draw terrain stars */ cairo_draw_pixbuf(event->data.draw.cr, icon, x, y + icon_y); - x += gdk_pixbuf_get_width(icon) + LINE_SKIP - 2; + x += gdk_pixbuf_get_width(icon) + LINE_SKIP; } if(cache->difficulty) {