summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2017-09-16 00:12:35 +0200
committerHeiko Tietze <tietze.heiko@googlemail.com>2017-09-19 22:52:01 +0200
commit856ba5f73f2882abdbae6c3f70e8bdbc307e1cc9 (patch)
treefba44285512819d98d0d11483423d671e1e0fb29 /sc
parentec100b7066d5a00178deb3a1625da07fd1c3b416 (diff)
add signature icon cause the icon is available (in breeez)
Change-Id: If221848b1ef389a1816e5aab71f784ddd932c9bc Reviewed-on: https://gerrit.libreoffice.org/42347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar.ui7
1 files changed, 6 insertions, 1 deletions
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>