[Libreoffice-commits] core.git: sw/uiconfig

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Mon Sep 28 08:24:06 UTC 2020


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

New commits:
commit e70069fb72d52c20b28166708a217bf674dcb61b
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Sat Sep 26 17:24:03 2020 +0200
Commit:     Heiko Tietze <heiko.tietze at 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.tietze at 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>


More information about the Libreoffice-commits mailing list