sw/uiconfig/swriter/ui/wordcount-mobile.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 67fd1c4837a7057f8244b8306744c67b41d7e7b4 Author: Szymon Kłos <[email protected]> AuthorDate: Mon Mar 2 09:39:17 2020 +0100 Commit: Szymon Kłos <[email protected]> CommitDate: Thu May 21 15:57:38 2020 +0200 Dont show unnecesary buttons on mobile in wordcount Change-Id: Id6c58f04d29945c23cdcca0c83bba0141ab87c86 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94619 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Szymon Kłos <[email protected]> diff --git a/sw/uiconfig/swriter/ui/wordcount-mobile.ui b/sw/uiconfig/swriter/ui/wordcount-mobile.ui index 37129797d11d..83c63b450b0a 100644 --- a/sw/uiconfig/swriter/ui/wordcount-mobile.ui +++ b/sw/uiconfig/swriter/ui/wordcount-mobile.ui @@ -22,7 +22,7 @@ <child> <object class="GtkButton" id="close"> <property name="label">gtk-close</property> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="has_focus">True</property> <property name="can_default">True</property> @@ -39,7 +39,7 @@ <child> <object class="GtkButton" id="help"> <property name="label">gtk-help</property> - <property name="visible">True</property> + <property name="visible">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
