sw/uiconfig/swriter/toolbar/drawingobjectbar.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 91c8acaacf3846169d1e58c03acc5c20cd79a257 Author: Yousuf Philips <[email protected]> Date: Wed Oct 25 16:03:37 2017 +0400 tdf#81475 tdf#113434 improve drawing object toolbar Change-Id: I07782dcaa41da792bb6db13ad49b7e9f79886d4b Reviewed-on: https://gerrit.libreoffice.org/43828 Tested-by: Jenkins <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> 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/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
