diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2008-02-21 10:55:05 +0000 |
|---|---|---|
| committer | jucablues <jucablues@users.sourceforge.net> | 2008-02-21 10:55:05 +0000 |
| commit | 2ac9a6c6a4486cebd70c78b1a3aa937f24b88a70 (patch) | |
| tree | 9aef3a076fbbc11ba49d983d0c10b9fbbe8a79d4 /src | |
| parent | * convert to non-premultiplied alpha on fedisplacementmap (diff) | |
| download | inkscape-2ac9a6c6a4486cebd70c78b1a3aa937f24b88a70.tar.gz inkscape-2ac9a6c6a4486cebd70c78b1a3aa937f24b88a70.zip | |
reduced range of basefrequency attribute in the feturbulence settings UI
(bzr r4806)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index 615b58cf6..9ac09edeb 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -2268,7 +2268,7 @@ void FilterEffectsDialog::init_settings_widgets() _settings->type(NR_FILTER_TURBULENCE); // _settings->add_checkbutton(false, SP_ATTR_STITCHTILES, _("Stitch Tiles"), "stitch", "noStitch"); _settings->add_combo(TURBULENCE_TURBULENCE, SP_ATTR_TYPE, _("Type"), TurbulenceTypeConverter, _("Indicates whether the filter primitive should perform a noise or turbulence function.")); - _settings->add_dualspinslider(SP_ATTR_BASEFREQUENCY, _("Base Frequency"), 0, 1, 0.001, 0.01, 3); + _settings->add_dualspinslider(SP_ATTR_BASEFREQUENCY, _("Base Frequency"), 0, 0.4, 0.001, 0.01, 3); _settings->add_spinslider(1, SP_ATTR_NUMOCTAVES, _("Octaves"), 1, 10, 1, 1, 0); _settings->add_spinslider(0, SP_ATTR_SEED, _("Seed"), 0, 1000, 1, 1, 0, _("The starting number for the pseudo random number generator.")); } |
