diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-18 11:51:14 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-10-18 11:51:14 +0000 |
| commit | aed527316ca2cff495c32f57f68e37cd5b346f12 (patch) | |
| tree | 699a62ea4886ae334dc02eaa53c06a82531e5818 /src/widgets/toolbox.cpp | |
| parent | Add precision to measure. Also change other scalar widgets to a .2 precision ... (diff) | |
| download | inkscape-aed527316ca2cff495c32f57f68e37cd5b346f12.tar.gz inkscape-aed527316ca2cff495c32f57f68e37cd5b346f12.zip | |
Added Scale option
(bzr r14393.1.27)
Diffstat (limited to '')
| -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 e7dd69a28..5d41d3b10 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -341,6 +341,8 @@ static gchar const * ui_descr = " <separator />" " <toolitem action='MeasurePrecisionAction' />" " <separator />" + " <toolitem action='MeasureScaleAction' />" + " <separator />" " <toolitem action='MeasureOffsetAction' />" " <separator />" " <toolitem action='measure_units_label' />" |
