diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2011-08-06 18:48:21 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2011-08-06 18:48:21 +0000 |
| commit | ec8d0b742153e4715efd13fb19607c3167cc2092 (patch) | |
| tree | d26d7c4e09e293481d9cf5af322b4178f6deb605 /src/extension/param/float.h | |
| parent | Patch from Yu-Jie Lin for bug 820863 to add the option to disable libwpg (diff) | |
| download | inkscape-ec8d0b742153e4715efd13fb19607c3167cc2092.tar.gz inkscape-ec8d0b742153e4715efd13fb19607c3167cc2092.zip | |
Extensions. New "indent" attribute to add an indent level to extension elements.
Filters. Adding the new "indent" attribute to parameters groups.
(bzr r10529)
Diffstat (limited to 'src/extension/param/float.h')
| -rw-r--r-- | src/extension/param/float.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/param/float.h b/src/extension/param/float.h index 2e816d4dc..a2c19441d 100644 --- a/src/extension/param/float.h +++ b/src/extension/param/float.h @@ -42,6 +42,7 @@ private: /** \brief Internal value. */ float _value; AppearanceMode _mode; + int _indent; float _min; float _max; int _precision; |
