[font-viewer] Expand the Copyright display to get rid of unnecessary scrollbar
This commit is contained in:
parent
89147e3e4c
commit
109414ee82
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ add_face_info(GtkWidget *table, gint *row_p, const gchar *uri, FT_Face face)
|
|||
g_free(version);
|
||||
}
|
||||
if (copyright) {
|
||||
add_row(table, row_p, _("Copyright:"), copyright, TRUE, FALSE);
|
||||
add_row(table, row_p, _("Copyright:"), copyright, TRUE, TRUE);
|
||||
g_free(copyright);
|
||||
}
|
||||
if (description) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue