summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorSzymon Kłos <szymon.klos@collabora.com>2019-10-04 13:49:44 +0200
committerSzymon Kłos <szymon.klos@collabora.com>2019-10-04 18:51:34 +0200
commit35cfde01b16632a357f5d6616137533d858b4db4 (patch)
treefb464218bb05cd7b341404a1df42d926b85f98d0 /sc
parent7c797847c59d2f07173525a0a3f5f934b8c140f2 (diff)
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/80209 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/sidebarnumberformat.ui4
1 files changed, 2 insertions, 2 deletions
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>