diff --git a/libs/draw.c b/libs/draw.c index 34c81f0..472acda 100644 --- a/libs/draw.c +++ b/libs/draw.c @@ -178,7 +178,7 @@ drawmenu(void) #if USEIMAGE if (!hideimage && longestedge != 0) { x = ox; - x += imagegaps + imagewidth; + x += (imagegaps * 2) + imagewidth; } #endif