diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-10 19:17:34 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-10 19:17:34 +0000 |
| commit | 17f2a27dfcfbf68d218193a830faa9580ce8a363 (patch) | |
| tree | 1b97ed2cc721b3acb4f7965473ebb9d98a0803e3 /src/widgets/toolbox.cpp | |
| parent | update to trunk (diff) | |
| download | inkscape-17f2a27dfcfbf68d218193a830faa9580ce8a363.tar.gz inkscape-17f2a27dfcfbf68d218193a830faa9580ce8a363.zip | |
Added new button to get global measure as a dimension
(bzr r14393.1.15)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 765e91629..65a0cd9cb 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -339,6 +339,8 @@ static gchar const * ui_descr = " <toolbar name='MeasureToolbar'>" " <toolitem action='MeasureFontSizeAction' />" " <separator />" + " <toolitem action='MeasureOffsetAction' />" + " <separator />" " <toolitem action='measure_units_label' />" " <toolitem action='MeasureUnitsAction' />" " <toolitem action='MeasureIgnore1stAndLast' />" |
