Ensure skipped row between sections has a nonzero height

https://bugzilla.gnome.org/show_bug.cgi?id=672587
This commit is contained in:
Jon McCann 2012-03-21 15:54:45 -04:00
parent 50a4fa5323
commit 482195d788

View File

@ -2361,6 +2361,8 @@ add_credits_section (GtkAboutDialog *about,
}
/* skip one at the end */
label = gtk_label_new ("");
gtk_grid_attach (grid, label, 1, *row, 1, 1);
(*row)++;
}