2011-10-25 [colin] 3.7.10cvs49
[claws.git] / src / gtk / gtkcmclist.c
index d61343002f8635fb1e2886e7eca9618d61b77049..060e66bdfe67cec749aa2d4677006f23917c8423 100644 (file)
@@ -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_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);
        }
 
       pango_font_metrics_unref (metrics);