mirror of https://github.com/GNOME/gimp.git
app/xinput_airbrush.c
Mon Nov 15 11:30:42 CET 1999 Olof S Kylander <olof@gimp.org> * app/xinput_airbrush.c A bit better std values for people w/o patch_xinput_airbrush
This commit is contained in:
parent
3e965c2c44
commit
f2ad0eb2a7
|
@ -1,3 +1,9 @@
|
|||
Mon Nov 15 11:30:42 CET 1999 Olof S Kylander <olof@gimp.org>
|
||||
|
||||
* app/xinput_airbrush.c
|
||||
|
||||
A bit better std values for people w/o patch_xinput_airbrush
|
||||
|
||||
Mon Nov 15 02:09:30 CET 1999 Marc Lehmann <pcg@goof.com>
|
||||
|
||||
* plug-ins/common/plugin-defs.pl, plug-ins/common/Makefile.am,
|
||||
|
|
|
@ -309,7 +309,7 @@ static XinputAirbrushOptions *
|
|||
options->minheight = options->minheight_d = 25.0;
|
||||
options->maxheight = options->maxheight_d = 50.0;
|
||||
#else /* !GTK_HAVE_SIX_VALUATORS */
|
||||
options->height = options->height_d = 35.0;
|
||||
options->height = options->height_d = 45.0;
|
||||
#endif /* GTK_HAVE_SIX_VALUATORS */
|
||||
|
||||
/*the main table*/
|
||||
|
@ -483,7 +483,7 @@ static XinputAirbrushOptions *
|
|||
gtk_widget_show (label);
|
||||
|
||||
options->height_w =
|
||||
gtk_adjustment_new (options->height_d, 5.0 , 61.0, 1.0, 1.0, 1.0);
|
||||
gtk_adjustment_new (options->height_d, 25.0 , 81.0, 1.0, 1.0, 1.0);
|
||||
slider = gtk_hscale_new (GTK_ADJUSTMENT (options->height_w));
|
||||
gtk_scale_set_value_pos (GTK_SCALE (slider), GTK_POS_TOP);
|
||||
gtk_table_attach_defaults (GTK_TABLE (table), slider, 1, 2, 7, 8);
|
||||
|
|
|
@ -309,7 +309,7 @@ static XinputAirbrushOptions *
|
|||
options->minheight = options->minheight_d = 25.0;
|
||||
options->maxheight = options->maxheight_d = 50.0;
|
||||
#else /* !GTK_HAVE_SIX_VALUATORS */
|
||||
options->height = options->height_d = 35.0;
|
||||
options->height = options->height_d = 45.0;
|
||||
#endif /* GTK_HAVE_SIX_VALUATORS */
|
||||
|
||||
/*the main table*/
|
||||
|
@ -483,7 +483,7 @@ static XinputAirbrushOptions *
|
|||
gtk_widget_show (label);
|
||||
|
||||
options->height_w =
|
||||
gtk_adjustment_new (options->height_d, 5.0 , 61.0, 1.0, 1.0, 1.0);
|
||||
gtk_adjustment_new (options->height_d, 25.0 , 81.0, 1.0, 1.0, 1.0);
|
||||
slider = gtk_hscale_new (GTK_ADJUSTMENT (options->height_w));
|
||||
gtk_scale_set_value_pos (GTK_SCALE (slider), GTK_POS_TOP);
|
||||
gtk_table_attach_defaults (GTK_TABLE (table), slider, 1, 2, 7, 8);
|
||||
|
|
Loading…
Reference in New Issue