[Libreoffice-commits] core.git: sc/uiconfig sd/uiconfig sw/uiconfig

andreas kainz kainz.a at gmail.com
Tue Sep 19 20:52:29 UTC 2017


 sc/uiconfig/scalc/ui/notebookbar.ui    |    7 ++++++-
 sd/uiconfig/simpress/ui/notebookbar.ui |    7 ++++++-
 sw/uiconfig/swriter/ui/notebookbar.ui  |    7 ++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 856ba5f73f2882abdbae6c3f70e8bdbc307e1cc9
Author: andreas kainz <kainz.a at gmail.com>
Date:   Sat Sep 16 00:12:35 2017 +0200

    add signature icon cause the icon is available (in breeez)
    
    Change-Id: If221848b1ef389a1816e5aab71f784ddd932c9bc
    Reviewed-on: https://gerrit.libreoffice.org/42347
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Heiko Tietze <tietze.heiko at googlemail.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index c37d6ff40d38..5eddae38f8a9 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -128,6 +128,11 @@
     <property name="can_focus">False</property>
     <property name="pixbuf">sfx2/res/placeholder.png</property>
   </object>
+  <object class="GtkImage" id="SignatureImg">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">cmd/lc_signature.png</property>
+  </object>
   <object class="GtkImage" id="PrintImg">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -357,7 +362,7 @@
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="action_name">.uno:Signature</property>
-                        <property name="image">PlaceholderImg</property>
+                        <property name="image">SignatureImg</property>
                         <property name="relief">none</property>
                         <property name="image_position">top</property>
                       </object>
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 196d98656e78..0864001c29a5 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -93,6 +93,11 @@
     <property name="can_focus">False</property>
     <property name="pixbuf">cmd/lc_paste.png</property>
   </object>
+  <object class="GtkImage" id="SignatureImg">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">cmd/lc_signature.png</property>
+  </object>
   <object class="GtkImage" id="PlaceholderImg">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -315,7 +320,7 @@
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
                     <property name="action_name">.uno:Signature</property>
-                    <property name="image">PlaceholderImg</property>
+                    <property name="image">SignatureImg</property>
                     <property name="relief">none</property>
                     <property name="image_position">top</property>
                   </object>
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index 8925ff32fb73..e0ff31c6bd74 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -139,6 +139,11 @@
     <property name="can_focus">False</property>
     <property name="pixbuf">sfx2/res/placeholder.png</property>
   </object>
+  <object class="GtkImage" id="SignatureImg">
+    <property name="visible">True</property>
+    <property name="can_focus">False</property>
+    <property name="pixbuf">cmd/lc_signature.png</property>
+  </object>
   <object class="GtkImage" id="PlaceholderImg1">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -422,7 +427,7 @@
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="action_name">.uno:Signature</property>
-                        <property name="image">PlaceholderImg</property>
+                        <property name="image">SignatureImg</property>
                         <property name="relief">none</property>
                         <property name="image_position">top</property>
                       </object>


More information about the Libreoffice-commits mailing list