X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fgtk%2Fgtkcmclist.c;h=060e66bdfe67cec749aa2d4677006f23917c8423;hp=d61343002f8635fb1e2886e7eca9618d61b77049;hb=59d5d848ffa629c3267d6428db8aa798096710cc;hpb=c5bc2d8836beaed9ac31b3aa71d93273349577f6 diff --git a/src/gtk/gtkcmclist.c b/src/gtk/gtkcmclist.c index d61343002..060e66bdf 100644 --- a/src/gtk/gtkcmclist.c +++ b/src/gtk/gtkcmclist.c @@ -3123,7 +3123,7 @@ gtk_cmclist_set_row_height (GtkCMCList *clist, { clist->row_height = (pango_font_metrics_get_ascent (metrics) + pango_font_metrics_get_descent (metrics)); - clist->row_height = PANGO_PIXELS (clist->row_height) + 2; + clist->row_height = PANGO_PIXELS (clist->row_height) + 1; } pango_font_metrics_unref (metrics);