diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-08-23 19:50:21 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-08-23 19:50:21 +0000 |
| commit | 20f5fdf0157485e4a606449bea6ea07ab4b25b64 (patch) | |
| tree | 15f2f15ddb1bdb23f5c8d257e15a02ce9065d21a /src/ui | |
| parent | 1) Use the "snap guides" button both for guides being snap sources, as well a... (diff) | |
| download | inkscape-20f5fdf0157485e4a606449bea6ea07ab4b25b64.tar.gz inkscape-20f5fdf0157485e4a606449bea6ea07ab4b25b64.zip | |
UI. Adding a digit in the blur spinbox (F&S dialog, see Bug #414767, More precision to Blur filter value).
Filters. Some CPF improvements (including a new Cross-smooth version).
(bzr r10577)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/widget/filter-effect-chooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/filter-effect-chooser.cpp b/src/ui/widget/filter-effect-chooser.cpp index 37202c8b4..52ce0b5bc 100644 --- a/src/ui/widget/filter-effect-chooser.cpp +++ b/src/ui/widget/filter-effect-chooser.cpp @@ -25,7 +25,7 @@ SimpleFilterModifier::SimpleFilterModifier(int flags) : _lb_blend(_("Blend mode:")), _lb_blur(_("_Blur:"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, true), _blend(BlendModeConverter, SP_ATTR_INVALID, false), - _blur(0, 0, 100, 1, 0.01, 1) + _blur(0, 0, 100, 1, 0.01, 2) { _flags = flags; |
