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