Kaydet (Commit) 6fc90bcb authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Heiko Tietze

Transparency tool added to the context menu

After tdf#119689/gradient has been added to the context menu
the same should be done for transparency

Change-Id: I3932a1c4dff99c2b8876b0196de7d974b8dcdb31
Reviewed-on: https://gerrit.libreoffice.org/60478
Tested-by: Jenkins
Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 87b24ddb
......@@ -1172,7 +1172,10 @@
</node>
<node oor:name=".uno:InteractiveTransparence" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Transparency</value>
<value xml:lang="en-US">Transparency tool</value>
</prop>
<prop oor:name="TooltipLabel" oor:type="xs:string">
<value xml:lang="en-US">Interactive transparency tool</value>
</prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
......
......@@ -16,6 +16,7 @@
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
<menu:menuitem menu:id=".uno:InteractiveGradient"/>
<menu:menuitem menu:id=".uno:InteractiveTransparence"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>
......
......@@ -16,6 +16,7 @@
<menu:menuitem menu:id=".uno:FormatLine"/>
<menu:menuitem menu:id=".uno:FormatArea"/>
<menu:menuitem menu:id=".uno:InteractiveGradient"/>
<menu:menuitem menu:id=".uno:InteractiveTransparence"/>
<menu:menuseparator/>
<menu:menu menu:id=".uno:ObjectAlign">
<menu:menupopup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment