mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 14:10:30 +00:00
Ensure skipped row between sections has a nonzero height
https://bugzilla.gnome.org/show_bug.cgi?id=672587
This commit is contained in:
parent
50a4fa5323
commit
482195d788
@ -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)++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user