sw/uiconfig/swriter/toolbar/findbar.xml |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e70069fb72d52c20b28166708a217bf674dcb61b
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Sat Sep 26 17:24:03 2020 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Mon Sep 28 10:23:30 2020 +0200

    tdf#129471  change defaults on Find toolbar
    
    Conclusion from discussion in bug report:
     - Hide (but keep) "Navigate by" and controls by default on Find toolbar
    
    Change-Id: I09866887eaf1c92fa013945f71d1e197e80ff756
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103429
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sw/uiconfig/swriter/toolbar/findbar.xml 
b/sw/uiconfig/swriter/toolbar/findbar.xml
index 15a29ac85162..e77af94f2954 100644
--- a/sw/uiconfig/swriter/toolbar/findbar.xml
+++ b/sw/uiconfig/swriter/toolbar/findbar.xml
@@ -27,9 +27,9 @@
   <toolbar:toolbarseparator/>
   <toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
   <toolbar:toolbarseparator/>
-  <toolbar:toolbaritem xlink:href=".uno:NavElement"/>
-  <toolbar:toolbaritem xlink:href=".uno:ScrollToPrevious"/>
-  <toolbar:toolbaritem xlink:href=".uno:ScrollToNext"/>
+  <toolbar:toolbaritem xlink:href=".uno:NavElement" toolbar:visible="false"/>
+  <toolbar:toolbaritem xlink:href=".uno:ScrollToPrevious" 
toolbar:visible="false"/>
+  <toolbar:toolbaritem xlink:href=".uno:ScrollToNext" toolbar:visible="false"/>
   <toolbar:toolbarseparator/>
   <toolbar:toolbaritem xlink:href=".uno:SearchLabel"/>
 </toolbar:toolbar>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to