diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2021-06-09 12:06:28 +0200 |
---|---|---|
committer | Szymon Kłos <szymon.klos@collabora.com> | 2021-07-27 09:44:13 +0200 |
commit | 08c7b311852d899d71e5bdea09a396f1b6dc44f4 (patch) | |
tree | 8fc601a662ae19cb2cd0d34f9053950baecb2b8d | |
parent | e9aaab806d54d021801e86dc699642c0dc3fb1b0 (diff) |
jsdialog: hide adv search options on mobile
Change-Id: Ide206d602992c49a3a54c8635d97a1ce43cc216e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116912
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119524
Tested-by: Jenkins
-rw-r--r-- | svx/uiconfig/ui/findreplacedialog-mobile.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/findreplacedialog-mobile.ui b/svx/uiconfig/ui/findreplacedialog-mobile.ui index 7fb77726c691..a7866db2d14b 100644 --- a/svx/uiconfig/ui/findreplacedialog-mobile.ui +++ b/svx/uiconfig/ui/findreplacedialog-mobile.ui @@ -620,7 +620,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-start">6</property> <property name="margin_top">1</property> |