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@documentfoundation.org>
This commit is contained in:
Seth Chaiklin
2020-09-26 17:24:03 +02:00
committed by Heiko Tietze
parent 41fa724474
commit e70069fb72

View File

@@ -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>