From 90f2a149af21fd33c6eabc7f304da4674f50fba8 Mon Sep 17 00:00:00 2001 From: joncruz Date: Wed, 2 Jul 2008 03:23:52 +0000 Subject: [PATCH] Use hscale instead of scalebutton by default --- src/widgets/toolbox.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 6669f5825..61fdc74d7 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -220,11 +220,7 @@ static struct { { NULL, NULL, NULL, NULL, NULL, SP_VERB_INVALID, NULL, NULL } }; -#if GTK_CHECK_VERSION(2,12,0) -#define TOOLBAR_SLIDER_HINT "minimal" -#else // GTK_CHECK_VERSION(2,12,0) #define TOOLBAR_SLIDER_HINT "full" -#endif // GTK_CHECK_VERSION(2,12,0) static gchar const * ui_descr = "" -- 2.30.2