diff options
author | andreas kainz <kainz.a@gmail.com> | 2019-05-02 09:21:42 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2019-05-02 20:29:00 +0200 |
commit | 1e05ac0e10a4bfb30d4311a99e969945eb5e2bd3 (patch) | |
tree | 4f615160658251a0af360a54dc03a00ff6860f20 /sw/uiconfig/swriter/toolbar | |
parent | 20c35525b1a00cc703325cff43f0ba5f523472ea (diff) |
writer: sync global and print toolbars between dif UI layouts
Change-Id: I226db3f1a9cd6bed12db8edcb37ae6a6dcc999bc
Reviewed-on: https://gerrit.libreoffice.org/71656
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/toolbar')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/previewobjectbar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/toolbar/previewobjectbar.xml b/sw/uiconfig/swriter/toolbar/previewobjectbar.xml index 13956996e79e..0585f459f708 100644 --- a/sw/uiconfig/swriter/toolbar/previewobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/previewobjectbar.xml @@ -34,8 +34,8 @@ <toolbar:toolbaritem xlink:href=".uno:PreviewZoom"/> <toolbar:toolbaritem xlink:href=".uno:ZoomPlus"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Print"/> <toolbar:toolbaritem xlink:href=".uno:FullScreen"/> + <toolbar:toolbaritem xlink:href=".uno:Print" toolbar:style="image text"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:ClosePreview" toolbar:style="image text"/> </toolbar:toolbar> |