NB tabbed_compact sd apps fix wrong DrawText command

Change-Id: Icdad248e46172ba161de86bfb3f4edae4ef43139
Reviewed-on: https://gerrit.libreoffice.org/75251
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
This commit is contained in:
andreas kainz
2019-07-08 23:37:10 +02:00
committed by andreas_kainz
parent ec00f4ed64
commit ec1a3d9dce
2 changed files with 2 additions and 2 deletions

View File

@@ -5065,7 +5065,7 @@
<object class="GtkToolButton" id="Insert-DrawText1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DrawText</property>
<property name="action_name">.uno:Text</property>
</object>
<packing>
<property name="expand">False</property>

View File

@@ -5338,7 +5338,7 @@
<object class="GtkToolButton" id="Insert-DrawText1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="action_name">.uno:DrawText</property>
<property name="action_name">.uno:Text</property>
</object>
<packing>
<property name="expand">False</property>