diff options
author | Laurent Balland-Poirier <laurent.balland-poirier@laposte.net> | 2016-04-17 16:36:04 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-20 14:26:40 +0000 |
commit | cbae4ec3c9733c16ae69cfc5a23c9a54aadc7fc3 (patch) | |
tree | 88cb89f134495b2141d35c57160503af4c7f429c /sc/uiconfig/scalc/ui | |
parent | 8d7b9d7d23ae6a02be4c9408fc01e756aef0e4a2 (diff) |
tdf#99361 Separate checkbox in Sidebar
"Thousands Separator" and "Engineering notation" used the same checkbox,
so help tips texts were the same.
This commit creates a second checkbox which is hiden/shown
according to category selected
Change-Id: I804c2c7b4625497da8e423a952b357fbd8bbfa19
Reviewed-on: https://gerrit.libreoffice.org/24173
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index 1251181c3f08..57bb762a324f 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -240,6 +240,26 @@ <property name="position">5</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="engineeringnotation"> + <property name="label" translatable="yes">_Engineering notation</property> + <property name="use_action_appearance">False</property> + <property name="visible">False</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="has_tooltip">True</property> + <property name="tooltip_markup" translatable="yes">Ensures that exponent is a multiple of 3.</property> + <property name="tooltip_text" translatable="yes">Ensures that exponent is a multiple of 3.</property> + <property name="use_underline">True</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">5</property> + </packing> + </child> </object> <packing> <property name="left_attach">0</property> |