--- trunk/src/config.h 2009/08/19 14:21:14 65 +++ trunk/src/config.h 2009/08/19 20:03:28 66 @@ -3,9 +3,6 @@ #define TAG_STATE GTK_STATE_PRELIGHT -// #define DEFAULT_LAT 49.02833 -// #define DEFAULT_LON 8.39042 - #ifndef USE_MAEMO #define DEFAULT_IMAGE_PATH "/tmp/gpxview/" #define DEFAULT_MMPOI_PATH "gpxview_poi.db" @@ -38,9 +35,10 @@ #endif #ifdef BIG_BALLOONS -#define BALLOON_AREA_WIDTH 300 -#define BALLOON_AREA_HEIGHT 60 -#define BALLOON_CORNER_RADIUS 40 +#define BALLOON_AREA_WIDTH 380 +#define BALLOON_AREA_HEIGHT 100 +#define BALLOON_CORNER_RADIUS 20 +#define OSM_GPS_MAP_OSD_DIAMETER 60 #endif #endif // CONFIG_H