Skip to content

Commit

Permalink
th2_input: Update inx dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
speleo3 committed Jul 4, 2024
1 parent 025877d commit 39d06a6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions extensions/th2_input.inx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
<_name>Therion 2D Input</_name>
<id>speleo.input.th2</id>
<dependency type="executable" location="extensions">th2_input.py</dependency>
<param name="basescale" type="float" min="0.001" max="1000" _gui-text="Base-Scale to Scale Factor">1.0</param>
<param name="howtostore" type="enum" _gui-text="How to store properties" gui-description="Title tag and inkscape:label attributes can be modified in the object properties dialog">
<item value="title">title tag (recommended)</item>
<param name="basescale" type="float" min="0.001" max="1000" _gui-text="Base-Scale to Scale Factor">2.0</param>
<label>
Factor 2.0 typically corresponds to scale 1:200 if scrap scale is defined
(-scale option) or can be derived from an XVI background image.
</label>
<param name="howtostore" type="enum" _gui-text="How to store properties"
gui-description="inkscape:label can be modified with the layers and
objects dialog. inkscape:label and title can be modified in the object
properties dialog. Other attributes with the XML dialog.">
<item value="inkscape_label">inkscape:label attribute</item>
<item value="title">title tag</item>
<item value="therion_attribs">therion:* attributes (deprecated)</item>
</param>
<param name="sublayers" type="boolean" _gui-text="Organize different Symbols in Sublayers">false</param>
Expand Down

0 comments on commit 39d06a6

Please sign in to comment.