summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2020-03-02 09:39:17 +0100
committerSzymon Kłos <szymon.klos@collabora.com>2020-05-21 15:57:38 +0200
commit67fd1c4837a7057f8244b8306744c67b41d7e7b4 (patch)
treef970b7603c8f32b21acf4472e6fd7013255e8244 /sw
parent598d8c004fb02036d12ab362aa3711bbd760cfaf (diff)
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@gmail.com> Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/wordcount-mobile.ui4
1 files changed, 2 insertions, 2 deletions
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>