[Libreoffice-commits] core.git: sw/uiconfig

Szymon KÅ‚os (via logerrit) logerrit at kemper.freedesktop.org
Fri May 22 09:54:21 UTC 2020


 sw/uiconfig/swriter/ui/wordcount-mobile.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0afdb7a7b7f2fb646fccd79fe49a6dce14b2267a
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: Fri May 22 11:53:39 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>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94656
    Tested-by: Jenkins
    Tested-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