[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sw/uiconfig
Szymon KÅos (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 21 13:58:14 UTC 2020
sw/uiconfig/swriter/ui/wordcount-mobile.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 67fd1c4837a7057f8244b8306744c67b41d7e7b4
Author: Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Mon Mar 2 09:39:17 2020 +0100
Commit: Szymon Kłos <szymon.klos at collabora.com>
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 <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
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>
More information about the Libreoffice-commits
mailing list