Skip to content

Commit

Permalink
consistent titles for grid dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Apr 29, 2015
1 parent 14761a6 commit d28f05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inkscape/src/main/assembly/dist/lace_grid.inx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">

<_name>Rectangular Grid</_name>
<_name>Regular Grid</_name>
<id>edu.uvic.vmi.mathart.lace_grid</id>

<dependency type="extension">org.inkscape.output.svg.inkscape</dependency>
Expand All @@ -10,8 +10,10 @@

<param name="description" type="description">Creates a printable rectangular grid of dots.</param>

<param name="filllabel" type="description">========== Grid style ==========</param>
<param name="angle" type="float" precision="2" min="30" max="89" _gui-text="Grid angle (degrees):">45.0</param>
<param name="distance" type="float" precision="2" min="1" max="99" _gui-text="Distance between footside pins (mm):">10.0</param>
<param name="filllabel" type="description">========== Grid size ==========</param>
<param name="width" type="float" precision="2" min="10" max="1000" _gui-text="Patch width (mm):">100</param>
<param name="height" type="float" precision="2" min="10" max="1000" _gui-text="Patch height (mm):">100</param>
<param name="filllabel" type="description">========== Dot properties ==========</param>
Expand Down

0 comments on commit d28f05c

Please sign in to comment.