white space changes
[rocksndiamonds.git] / src / libgame / gadgets.c
index a99b70bbb42d1980ac114b4e224a9399d7bd0e5b..64637dc4c6220ca99361d1a27b38166c81dd5a9f 100644 (file)
@@ -1359,7 +1359,7 @@ static void HandleGadgetTags(struct GadgetInfo *gi, int first_tag, va_list ap)
     Bitmap *src_bitmap;
     int src_x, src_y;
 
-    gi->width  = 2 * border_xsize + gi->textinput.size * font_width +button_size;
+    gi->width  = 2 * border_xsize + gi->textinput.size * font_width + button_size;
     gi->height = 2 * border_ysize + font_height;
 
     if (gi->selectbox.options == NULL)