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 /sw/uiconfig | |
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>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/notebookbar.ui | 7 |
1 files changed, 6 insertions, 1 deletions
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> |