themes/Default/images/Makefile.am
2004-11-14 Sven Neumann <sven@gimp.org> * themes/Default/images/Makefile.am * themes/Default/images/stock-center-16.png * themes/Default/images/stock-center-24.png * themes/Default/images/stock-print-resolution-16.png * themes/Default/images/stock-print-resolution-24.png: new icons drawn by Jimmac. * libgimpwidgets/gimpstock.[ch]: registered the new icons. * app/actions/image-actions.c * app/dialogs/print-size-dialog.c * app/dialogs/resize-dialog.c * plug-ins/ifscompose/ifscompose.c: use them.
This commit is contained in:
committed by
Sven Neumann
parent
232e5ea221
commit
ec9ee41fe7
@ -231,8 +231,7 @@ resize_dialog_new (GimpViewable *viewable,
|
||||
G_CALLBACK (offset_update),
|
||||
private);
|
||||
|
||||
button = gtk_button_new_with_mnemonic (_("C_enter"));
|
||||
gtk_misc_set_padding (GTK_MISC (GTK_BIN (button)->child), 2, 0);
|
||||
button = gtk_button_new_from_stock (GIMP_STOCK_CENTER);
|
||||
gtk_table_attach_defaults (GTK_TABLE (entry), button, 4, 5, 1, 2);
|
||||
gtk_widget_show (button);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user