[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - sc/uiconfig

Szymon Kłos (via logerrit) logerrit at kemper.freedesktop.org
Fri Oct 4 16:52:28 UTC 2019


 sc/uiconfig/scalc/ui/sidebarnumberformat.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 444fccfc46554671c8c403b6b4ab74fa739dc9e6
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Fri Oct 4 13:49:44 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Fri Oct 4 18:51:37 2019 +0200

    jsdialogs: hide one number format option initially
    
    For now mobile wizard in online uses static ui structure
    so avoid showing both types of controls for numbers
    
    Change-Id: I433fcf389b0dafb7234061e8d9ca56d132c0f257
    Reviewed-on: https://gerrit.libreoffice.org/80207
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
index f44cbab06408..21857e404bf1 100644
--- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
+++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui
@@ -160,7 +160,7 @@
                 </child>
                 <child>
                   <object class="GtkLabel" id="denominatorplaceslabel">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes" context="sidebarnumberformat|denominatorplaceslabel">Den_ominator places:</property>
                     <property name="use_underline">True</property>
@@ -174,7 +174,7 @@
                 </child>
                 <child>
                   <object class="GtkSpinButton" id="denominatorplaces">
-                    <property name="visible">True</property>
+                    <property name="visible">False</property>
                     <property name="can_focus">True</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip_text" translatable="yes" context="sidebarnumberformat|denominatorplaces|tooltip_text">Enter the number of places for the denominator that you want to display.</property>


More information about the Libreoffice-commits mailing list