20 lines
808 B
XML
20 lines
808 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Selected rows height</name>
|
|
<id>fablabchemnitz.de.table_edit_rows</id>
|
|
<param name="height" type="string" gui-text="Input the new height:">10mm</param>
|
|
<!--param name="keep" type="bool" gui-text="Keep the table original height">false</param-->
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="FabLab Chemnitz">
|
|
<submenu name="Table">
|
|
<submenu name="Edit" />
|
|
</submenu>
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">table_edit_rows.py</command>
|
|
</script>
|
|
</inkscape-extension> |