diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2013-10-22 06:17:02 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2013-10-22 06:17:02 +0000 |
| commit | 54b6341db3a044fcbe06889f166dec199dfee152 (patch) | |
| tree | 48cfa760c2648c99fcf70e1c4ff3c8d7ba2bad4d | |
| parent | remove confusing bitfield declaration. bitfield not even needed here. (diff) | |
| download | inkscape-54b6341db3a044fcbe06889f166dec199dfee152.tar.gz inkscape-54b6341db3a044fcbe06889f166dec199dfee152.zip | |
Fix for Bug #1126472 (JessyInk zipped pdf or png output should allow low resolution values).
Fixed bugs:
- https://launchpad.net/bugs/1126472
(bzr r12709)
| -rw-r--r-- | share/extensions/jessyInk_export.inx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/jessyInk_export.inx b/share/extensions/jessyInk_export.inx index 42ab811b9..fc8536a71 100644 --- a/share/extensions/jessyInk_export.inx +++ b/share/extensions/jessyInk_export.inx @@ -11,7 +11,7 @@ <_option value="PDF">PDF</_option> <_option value="PNG">PNG</_option> </param> - <param name="resolution" type="int" min="50" max="1000" _gui-text="Resolution:">92</param> + <param name="resolution" type="int" min="1" max="1000" _gui-text="Resolution:">92</param> </page> <page name="help" _gui-text="Help"> <_param name="help_text" type="description">This extension allows you to export a JessyInk presentation once you created an export layer in your browser. Please see code.google.com/p/jessyink for more details.</_param> |
