diff --git a/ChangeLog b/ChangeLog index c1b860171d..eb1a667a93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Nov 15 11:30:42 CET 1999 Olof S Kylander + + * 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 * plug-ins/common/plugin-defs.pl, plug-ins/common/Makefile.am, diff --git a/app/tools/xinput_airbrush.c b/app/tools/xinput_airbrush.c index c5be1127ad..9160edb245 100644 --- a/app/tools/xinput_airbrush.c +++ b/app/tools/xinput_airbrush.c @@ -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); diff --git a/app/xinput_airbrush.c b/app/xinput_airbrush.c index c5be1127ad..9160edb245 100644 --- a/app/xinput_airbrush.c +++ b/app/xinput_airbrush.c @@ -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);