small inx fixes

This commit is contained in:
Mario Voigt 2020-08-17 00:00:34 +02:00
parent e190cb1d24
commit ea7fd539be
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<param min="-10000.0" max="10000.0" name="offset" type="float" gui-text="Offset from object (all directions)">0.0</param>
<param name="box" type="bool" gui-text="Draw boxes">true</param>
<param name="circle" type="bool" gui-text="Draw circles">false</param>
<param name="split" type="bool" gui-text="Handle selection as group">True</param>
<param name="split" type="bool" gui-text="Handle selection as group">true</param>
<effect>
<object-type>all</object-type>
<effects-menu>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
<name>Label Feature With Fill Color</_ame>
<name>Label Feature With Fill Color</name>
<id>fablabchemnitz.de.label_color</id>
<effect>
<object-type>all</object-type>