svx/uiconfig/ui/findreplacedialog-mobile.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 4b5688d12870cb8138f6f6d81173a6c343bda87f Author: Szymon Kłos <[email protected]> AuthorDate: Wed Jun 9 12:06:28 2021 +0200 Commit: Szymon Kłos <[email protected]> CommitDate: Wed Jun 9 14:38:43 2021 +0200 jsdialog: hide adv search options on mobile Change-Id: Ide206d602992c49a3a54c8635d97a1ce43cc216e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116912 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/svx/uiconfig/ui/findreplacedialog-mobile.ui b/svx/uiconfig/ui/findreplacedialog-mobile.ui index 792e334a114d..0545a5e8c34e 100644 --- a/svx/uiconfig/ui/findreplacedialog-mobile.ui +++ b/svx/uiconfig/ui/findreplacedialog-mobile.ui @@ -642,7 +642,7 @@ <property name="hexpand">True</property> <child> <object class="GtkExpander" id="OptionsExpander"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="margin_left">6</property> <property name="margin_top">1</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
