Added icons config

This commit is contained in:
Georgy Litvinov 2020-03-16 17:54:20 +01:00
parent 882f59e460
commit 7b6d250aa4
6 changed files with 45 additions and 1 deletions

View file

@ -147,6 +147,50 @@
</prop> </prop>
</node> </node>
</node> </node>
<node oor:name="increase-char-width" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.MakeUp.incrementCharWidth</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageBigURL">
<value>%origin%/icons/incChar.png</value>
</prop>
</node>
</node>
<node oor:name="decrease-char-width" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.MakeUp.decrementCharWidth</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageBigURL">
<value>%origin%/icons/decChar.png</value>
</prop>
</node>
</node>
<node oor:name="increase-kerning" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.MakeUp.incrementKern</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageBigURL">
<value>%origin%/icons/incKern.png</value>
</prop>
</node>
</node>
<node oor:name="decrease-kerning" oor:op="replace">
<prop oor:name="URL" oor:type="xs:string">
<value>macro:///ePublishing.MakeUp.decrementKern</value>
</prop>
<node oor:name="UserDefinedImages">
<prop oor:name="ImageBigURL">
<value>%origin%/icons/decKern.png</value>
</prop>
</node>
</node>
</node> </node>
<node oor:name="OfficeMenuBar"> <node oor:name="OfficeMenuBar">
<node oor:name="pro.litvinovg.epublishing.menu" oor:op="replace"> <node oor:name="pro.litvinovg.epublishing.menu" oor:op="replace">

View file

@ -3,7 +3,7 @@
xmlns:dep="http://openoffice.org/extensions/description/2006" xmlns:dep="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink"> xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="pro.litvinovg.epublishing" /> <identifier value="pro.litvinovg.epublishing" />
<version value="0.1.10" /> <version value="0.2.1" />
<platform value="all" /> <platform value="all" />
<display-name> <display-name>
<name lang="ru">Инструменты для создания электронных изданий</name> <name lang="ru">Инструменты для создания электронных изданий</name>

BIN
icons/decChar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
icons/decKern.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
icons/incChar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB

BIN
icons/incKern.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 257 KiB