ellipsize the progress label to avoid dialog resizing.
2006-06-23 Sven Neumann <sven@gimp.org> * plug-ins/script-fu/script-fu-interface.c (script_fu_interface): ellipsize the progress label to avoid dialog resizing.
This commit is contained in:

committed by
Sven Neumann

parent
8a6a538036
commit
09bbb551d3
@ -1,3 +1,8 @@
|
|||||||
|
2006-06-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/script-fu/script-fu-interface.c (script_fu_interface):
|
||||||
|
ellipsize the progress label to avoid dialog resizing.
|
||||||
|
|
||||||
2006-06-23 Sven Neumann <sven@gimp.org>
|
2006-06-23 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/imagemap/imap_preview.[ch]: moved rulers out of the
|
* plug-ins/imagemap/imap_preview.[ch]: moved rulers out of the
|
||||||
|
@ -558,6 +558,7 @@ script_fu_interface (SFScript *script)
|
|||||||
|
|
||||||
sf_interface->progress_label = gtk_label_new (NULL);
|
sf_interface->progress_label = gtk_label_new (NULL);
|
||||||
gtk_misc_set_alignment (GTK_MISC (sf_interface->progress_label), 0.0, 0.5);
|
gtk_misc_set_alignment (GTK_MISC (sf_interface->progress_label), 0.0, 0.5);
|
||||||
|
gtk_label_set_ellipsize (GTK_LABEL (sf_interface->progress_label), TRUE);
|
||||||
gimp_label_set_attributes (GTK_LABEL (sf_interface->progress_label),
|
gimp_label_set_attributes (GTK_LABEL (sf_interface->progress_label),
|
||||||
PANGO_ATTR_STYLE, PANGO_STYLE_ITALIC,
|
PANGO_ATTR_STYLE, PANGO_STYLE_ITALIC,
|
||||||
-1);
|
-1);
|
||||||
|
Reference in New Issue
Block a user