Bug 614153 - Importing PDF files with long titles

Ellipsize the title label.
This commit is contained in:
Sven Neumann 2010-03-28 12:34:38 +02:00
parent a9eeea8d0e
commit b55591ca04
1 changed files with 1 additions and 0 deletions

View File

@ -838,6 +838,7 @@ load_dialog (PopplerDocument *doc,
/* Title */
title = gimp_prop_label_new (G_OBJECT (doc), "title");
gtk_label_set_ellipsize (GTK_LABEL (title), PANGO_ELLIPSIZE_END);
gtk_box_pack_start (GTK_BOX (vbox), title, FALSE, FALSE, 0);
gtk_widget_show (title);