sw/uiconfig/swform/toolbar/moreformcontrols.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
New commits: commit 603d1773a2dfea6b347f44ddacef478577098caf Author: Yousuf Philips <[email protected]> Date: Tue Feb 13 19:27:45 2018 +0400 tdf#115447 tdf#81475 Restore form controls used in forms Change-Id: I41b72aa6e453d15287573c3fb2d0536a132e490d Reviewed-on: https://gerrit.libreoffice.org/49671 Tested-by: Jenkins <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> diff --git a/sw/uiconfig/swform/toolbar/moreformcontrols.xml b/sw/uiconfig/swform/toolbar/moreformcontrols.xml index bb170f6ed9bc..e0e1fbba4085 100644 --- a/sw/uiconfig/swform/toolbar/moreformcontrols.xml +++ b/sw/uiconfig/swform/toolbar/moreformcontrols.xml @@ -27,6 +27,8 @@ <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> <toolbar:toolbaritem xlink:href=".uno:FileControl"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:SpinButton" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:ScrollBar" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:SpinButton"/> + <toolbar:toolbaritem xlink:href=".uno:ScrollBar"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:Grid"/> </toolbar:toolbar> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
