diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-19 18:19:03 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-19 18:19:03 +0000 |
| commit | ef3bfa7e8bb2996c4042314accc34f6a72f072e1 (patch) | |
| tree | f3f1f82a2fe7586ca3f7bcc17645dd073d8fca6c /src/widgets/measure-toolbar.cpp | |
| parent | Removed "helper/unit-menu.h" from "widgets/rect-toolbar.*" and "widgets/spw-u... (diff) | |
| download | inkscape-ef3bfa7e8bb2996c4042314accc34f6a72f072e1.tar.gz inkscape-ef3bfa7e8bb2996c4042314accc34f6a72f072e1.zip | |
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
(bzr r12380.1.30)
Diffstat (limited to 'src/widgets/measure-toolbar.cpp')
| -rw-r--r-- | src/widgets/measure-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/measure-toolbar.cpp b/src/widgets/measure-toolbar.cpp index c72cb8fa3..d51a81457 100644 --- a/src/widgets/measure-toolbar.cpp +++ b/src/widgets/measure-toolbar.cpp @@ -106,7 +106,7 @@ void sp_measure_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, G _("Font Size"), _("Font Size:"), _("The font size to be used in the measurement labels"), "/tools/measure/fontsize", 0.0, - GTK_WIDGET(desktop->canvas), NULL, holder, FALSE, NULL, + GTK_WIDGET(desktop->canvas), holder, FALSE, NULL, 10, 36, 1.0, 4.0, 0, 0, 0, sp_measure_fontsize_value_changed); |
