libgimpwidgets/gimpwidgets.c
2008-08-26 Martin Nordholts <martinn@svn.gnome.org> * libgimpwidgets/gimpwidgets.c * plug-ins/common/file-xbm.c * plug-ins/common/file-wmf.c * plug-ins/common/file-svg.c * plug-ins/common/file-gih.c * plug-ins/common/blur-motion.c * plug-ins/file-jpeg/jpeg-save.c * plug-ins/lighting/lighting-ui.c * plug-ins/map-object/map-object-ui.c * app/tools/gimpsheartool.c * app/tools/gimpaligntool.c * app/tools/gimprotatetool.c * app/tools/gimplevelstool.c * app/dialogs/resize-dialog.c * app/dialogs/offset-dialog.c * app/widgets/gimppaletteeditor.c * app/widgets/gimpcolormapeditor.c * app/dialogs/layer-options-dialog.c * app/display/gimpdisplayshell-scale-dialog.c: Pass page_size = 0 to gimp_spin_button_new() to adapt to new and correct value clamping in GTK+. svn path=/trunk/; revision=26778
This commit is contained in:
committed by
Martin Nordholts
parent
d9e5942ec6
commit
b5b51b475f
@ -162,7 +162,7 @@ offset_dialog_new (GimpDrawable *drawable,
|
||||
gtk_widget_show (vbox);
|
||||
|
||||
spinbutton = gimp_spin_button_new (&adjustment,
|
||||
1, 1, 1, 1, 10, 1,
|
||||
1, 1, 1, 1, 10, 0,
|
||||
1, 2);
|
||||
gtk_entry_set_width_chars (GTK_ENTRY (spinbutton), 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user