Skip to content

Commit

Permalink
change float to int, max dpi
Browse files Browse the repository at this point in the history
  • Loading branch information
badgeek committed Mar 31, 2018
1 parent e297a0a commit 6064ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inkscape/export_layers.inx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<option value="kicad_module">KICAD - Module</option>
<option value="png">PNG - Image</option>
</param>
<param name="threshold" type="float" min="0.0" max="255.0" _gui-text="Threshold (128)">128</param>
<param name="dpi" type="float" min="0.0" max="1000.0" _gui-text="Export DPI (600)">600</param>
<param name="threshold" type="int" min="0" max="255" _gui-text="Threshold (default: 128)">128</param>
<param name="dpi" type="int" min="0" max="2000" _gui-text="Export DPI (default: 600)">600</param>
<effect needs-live-preview="false">
<object-type>all</object-type>
<effects-menu _name="Export Kicad">
Expand Down

0 comments on commit 6064ab3

Please sign in to comment.