summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Chaiklin <sdc.blanco@youmail.dk>2020-09-26 17:24:03 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2020-09-28 10:23:30 +0200
commite70069fb72d52c20b28166708a217bf674dcb61b (patch)
treea6d878cd947ffdc5a294732af1fbc27db3ae4e4f
parent41fa7244746819411f209110f13af43941f17ce8 (diff)
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>
-rw-r--r--sw/uiconfig/swriter/toolbar/findbar.xml6
1 files changed, 3 insertions, 3 deletions
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>