Ensure skipped row between sections has a nonzero height
https://bugzilla.gnome.org/show_bug.cgi?id=672587
This commit is contained in:
@ -2361,6 +2361,8 @@ add_credits_section (GtkAboutDialog *about,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* skip one at the end */
|
/* skip one at the end */
|
||||||
|
label = gtk_label_new ("");
|
||||||
|
gtk_grid_attach (grid, label, 1, *row, 1, 1);
|
||||||
(*row)++;
|
(*row)++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user