diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2017-12-18 20:45:56 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2017-12-18 20:45:56 +0000 |
| commit | 0c94d114fac3eed583750dc4b72714c901baa1cb (patch) | |
| tree | 25519b8c28ed3ac87e52398dae650381b4452897 /src | |
| parent | Replace GimpSpinScale by InkSpinScale. (diff) | |
| download | inkscape-0c94d114fac3eed583750dc4b72714c901baa1cb.tar.gz inkscape-0c94d114fac3eed583750dc4b72714c901baa1cb.zip | |
Banish sliders from toolbars.
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.h b/src/widgets/toolbox.h index afa382e5b..ab1dcdfbd 100644 --- a/src/widgets/toolbox.h +++ b/src/widgets/toolbox.h @@ -17,7 +17,7 @@ #include "preferences.h" -#define TOOLBAR_SLIDER_HINT "full" +#define TOOLBAR_SLIDER_HINT "compact" typedef struct _EgeAdjustmentAction EgeAdjustmentAction; |
