diff --git a/src/wofi.c b/src/wofi.c index fbf0493..a4a2736 100644 --- a/src/wofi.c +++ b/src/wofi.c @@ -472,7 +472,7 @@ static void widget_allocate(GtkWidget* widget, GdkRectangle* allocation, gpointe } if(lines > 0) { height = max_height * lines; - ++height; + height += 5; update_surface_size(); } }