diff options
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> |