summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2013-10-22 06:17:02 +0000
committerJazzyNico <nicoduf@yahoo.fr>2013-10-22 06:17:02 +0000
commit54b6341db3a044fcbe06889f166dec199dfee152 (patch)
tree48cfa760c2648c99fcf70e1c4ff3c8d7ba2bad4d
parentremove confusing bitfield declaration. bitfield not even needed here. (diff)
downloadinkscape-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.inx2
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>