diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-07-02 03:23:52 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-07-02 03:23:52 +0000 |
| commit | fdfc126f9cf564b5156b8697cdc8d84f8dbe167e (patch) | |
| tree | bb2a8ef635bd076f44c0e77fa2bebe6c012df3f4 /src/widgets/toolbox.cpp | |
| parent | add shadow to layers list (diff) | |
| download | inkscape-fdfc126f9cf564b5156b8697cdc8d84f8dbe167e.tar.gz inkscape-fdfc126f9cf564b5156b8697cdc8d84f8dbe167e.zip | |
Use hscale instead of scalebutton by default
(bzr r6116)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 0 insertions, 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 = "<ui>" |
