diff options
author | andreas kainz <kainz.a@gmail.com> | 2017-09-16 00:12:35 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@googlemail.com> | 2017-09-19 22:52:01 +0200 |
commit | 856ba5f73f2882abdbae6c3f70e8bdbc307e1cc9 (patch) | |
tree | fba44285512819d98d0d11483423d671e1e0fb29 | |
parent | ec100b7066d5a00178deb3a1625da07fd1c3b416 (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>
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 7 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/notebookbar.ui | 7 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 7 |
3 files changed, 18 insertions, 3 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> 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> |