app: minor fixes

This commit is contained in:
Michael Natterer 2010-11-01 23:38:17 +01:00
parent 7af8cc0e4d
commit 9cb69b80be
2 changed files with 2 additions and 2 deletions

View File

@ -248,7 +248,7 @@ fade_options_gui (GimpPaintOptions *paint_options,
scale = gimp_prop_spin_scale_new (config, "fade-length",
_("Length"), 1.0, 50.0, 0);
gtk_table_attach (GTK_TABLE (table), scale, 0, 2, 0, 1,
GTK_SHRINK | GTK_FILL, GTK_SHRINK | GTK_FILL, 0, 0);
GTK_EXPAND | GTK_FILL, GTK_SHRINK | GTK_FILL, 0, 0);
gtk_widget_show (scale);
/* the fade-out unitmenu */

View File

@ -217,7 +217,7 @@ gimp_region_select_options_gui (GimpToolOptions *tool_options)
/* the threshold scale */
scale = gimp_prop_spin_scale_new (config, "threshold",
_("Thrshold"),
_("Threshold"),
1.0, 16.0, 1);
gtk_table_attach (GTK_TABLE (table), scale,
0, 3, 0, 1,