diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-10-17 17:51:26 +0000 |
|---|---|---|
| committer | jabiertxof <jabier.arraiza@marker.es> | 2015-10-17 17:51:26 +0000 |
| commit | d03a0a3405b10ac4686faac1d4827c01f47114b0 (patch) | |
| tree | a100e28f0ef6119375a06229e574d726df03b376 /src/widgets/toolbox.cpp | |
| parent | Fix for numbering crosing labels (diff) | |
| download | inkscape-d03a0a3405b10ac4686faac1d4827c01f47114b0.tar.gz inkscape-d03a0a3405b10ac4686faac1d4827c01f47114b0.zip | |
Add precision to measure. Also change other scalar widgets to a .2 precision instead 3
(bzr r14393.1.26)
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 a2bd16978..e7dd69a28 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='MeasurePrecisionAction' />" + " <separator />" " <toolitem action='MeasureOffsetAction' />" " <separator />" " <toolitem action='measure_units_label' />" |
