summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2017-12-18 20:45:56 +0000
committerTavmjong Bah <tavmjong@free.fr>2017-12-18 20:45:56 +0000
commit0c94d114fac3eed583750dc4b72714c901baa1cb (patch)
tree25519b8c28ed3ac87e52398dae650381b4452897 /src
parentReplace GimpSpinScale by InkSpinScale. (diff)
downloadinkscape-0c94d114fac3eed583750dc4b72714c901baa1cb.tar.gz
inkscape-0c94d114fac3eed583750dc4b72714c901baa1cb.zip
Banish sliders from toolbars.
Diffstat (limited to 'src')
-rw-r--r--src/widgets/toolbox.h2
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;