diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-05-08 23:57:56 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-05-08 23:57:56 +0000 |
| commit | ba5ba64541255239a702061a5af7058f2f90a194 (patch) | |
| tree | 90a53d7a61e8cd129eb4cbc29f6899cbfb02361c /src/ui/dialog/inkscape-preferences.cpp | |
| parent | committed patch #1713558 by John Faith. adds the definition of isinf for Mac ... (diff) | |
| download | inkscape-ba5ba64541255239a702061a5af7058f2f90a194.tar.gz inkscape-ba5ba64541255239a702061a5af7058f2f90a194.zip | |
Added preference to allow for system toolbox size
(bzr r2985)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 3627b2e6b..f40197cef 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -587,6 +587,9 @@ void InkscapePreferences::initPageMisc() _misc_comment.init( _("Add label comments to printing output"), "printing.debug", "show-label-comments", false); _page_misc.add_line( false, "", _misc_comment, "", _("When on, a comment will be added to the raw print output, marking the rendered output for an object with its label"), true); + _misc_small_toolbar.init( _("Make commands toolbar smaller"), "toolbox", "small", true); + _page_misc.add_line( false, "", _misc_small_toolbar, "", + _("Make the commands toolbar use the 'secondary' toolbar size (requires restart)"), true); _misc_recent.init("options.maxrecentdocuments", "value", 0.0, 1000.0, 1.0, 1.0, 1.0, true, false); _page_misc.add_line( false, _("Max recent documents:"), _misc_recent, "", _("The maximum length of the Open Recent list in the File menu"), false); |
