diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-10-25 16:03:37 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-10-26 03:12:13 +0200 |
commit | 91c8acaacf3846169d1e58c03acc5c20cd79a257 (patch) | |
tree | 593f243af6e900de4cd30f077ba8852f7553d30a | |
parent | 7e03c4eed72452fdfb87341214a21956c08ba969 (diff) |
tdf#81475 tdf#113434 improve drawing object toolbar
Change-Id: I07782dcaa41da792bb6db13ad49b7e9f79886d4b
Reviewed-on: https://gerrit.libreoffice.org/43828
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
-rw-r--r-- | sw/uiconfig/swriter/toolbar/drawingobjectbar.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml index 23309456e433..e8eaf7f82c7a 100644 --- a/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/drawingobjectbar.xml @@ -25,7 +25,7 @@ <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:LineWidth"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:FillColor"/> + <toolbar:toolbaritem xlink:href=".uno:FillColor" toolbar:visible="false"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:FillStyle"/> <toolbar:toolbarseparator/> @@ -34,8 +34,8 @@ <toolbar:toolbaritem xlink:href=".uno:WrapOff"/> <toolbar:toolbaritem xlink:href=".uno:WrapOn"/> <toolbar:toolbaritem xlink:href=".uno:WrapIdeal"/> - <toolbar:toolbaritem xlink:href=".uno:WrapLeft" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:WrapRight" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:WrapLeft"/> + <toolbar:toolbaritem xlink:href=".uno:WrapRight"/> <toolbar:toolbaritem xlink:href=".uno:WrapThrough"/> <toolbar:toolbaritem xlink:href=".uno:WrapContour" toolbar:visible="false"/> <toolbar:toolbarseparator/> |