diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-03-22 20:48:03 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-03-22 20:48:03 +0000 |
| commit | 5950073a4ce60212f2990d0faf053fb78ec1fb9c (patch) | |
| tree | 2ec8f6808d4b8f74083ab3bcadb4a89f82f2218c /share | |
| parent | ability to scroll inside the filter dock -- gain some screen real estate! (diff) | |
| download | inkscape-5950073a4ce60212f2990d0faf053fb78ec1fb9c.tar.gz inkscape-5950073a4ce60212f2990d0faf053fb78ec1fb9c.zip | |
Translations. Translatable files clean-up (find.cpp removal).
Translations. Inkscape.pot update.
Preferences. Filters preferences text fix (see Bug #1133033).
Extensions. Fix for Bug #1158377 (Printing marks needs more precision).
(bzr r12230)
Diffstat (limited to 'share')
| -rw-r--r-- | share/extensions/printing_marks.inx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/extensions/printing_marks.inx b/share/extensions/printing_marks.inx index 19a29bf02..552741415 100644 --- a/share/extensions/printing_marks.inx +++ b/share/extensions/printing_marks.inx @@ -26,12 +26,12 @@ <item value="cm">cm</item> <item value="mm">mm</item> </param> - <param name="crop_offset" type="float" min="0.0" max="9999.0" _gui-text="Offset:">5</param> + <param name="crop_offset" type="float" min="0.0" max="9999.0" precision="3" _gui-text="Offset:">5</param> <_param name="bleed_settings" type="description" appearance="header">Bleed Margin</_param> - <param name="bleed_top" type="float" indent="1" min="0.0" max="9999.0" _gui-text="Top:">5</param> - <param name="bleed_bottom" type="float" indent="1" min="0.0" max="9999.0" _gui-text="Bottom:">5</param> - <param name="bleed_left" type="float" indent="1" min="0.0" max="9999.0" _gui-text="Left:">5</param> - <param name="bleed_right" type="float" indent="1" min="0.0" max="9999.0" _gui-text="Right:">5</param> + <param name="bleed_top" type="float" indent="1" min="0.0" max="9999.0" precision="3" _gui-text="Top:">5</param> + <param name="bleed_bottom" type="float" indent="1" min="0.0" max="9999.0" precision="3" _gui-text="Bottom:">5</param> + <param name="bleed_left" type="float" indent="1" min="0.0" max="9999.0" precision="3" _gui-text="Left:">5</param> + <param name="bleed_right" type="float" indent="1" min="0.0" max="9999.0" precision="3" _gui-text="Right:">5</param> </page> </param> |
