[Libreoffice-commits] core.git: sc/uiconfig
andreas kainz
kainz.a at gmail.com
Tue Apr 10 05:53:50 UTC 2018
sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui | 7 +++----
sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui | 7 +++----
2 files changed, 6 insertions(+), 8 deletions(-)
New commits:
commit 9687e07f29e7e13e8b9fcb1041e3e20d7f632fc8
Author: andreas kainz <kainz.a at gmail.com>
Date: Mon Apr 9 22:08:52 2018 +0200
NB Calc: fix currenty formating
Change-Id: I8a9e98748e58cbe7fad039321f8e04e996588b8e
Reviewed-on: https://gerrit.libreoffice.org/52655
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: andreas_kainz <kainz.a at gmail.com>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
index 116d7b5e12d9..3d0d74bed300 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_compact.ui
@@ -5381,12 +5381,11 @@
<property name="toolbar_style">icons</property>
<property name="show_arrow">False</property>
<child>
- <object class="GtkToolButton" id="NumberFormatCurrencySimple">
+ <object class="GtkMenuToolButton" id="NumberFormatCurrency">
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="halign">center</property>
- <property name="hexpand">True</property>
- <property name="action_name">.uno:NumberFormatCurrencySimple</property>
+ <property name="action_name">.uno:NumberFormatCurrency</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
index c772e98dcd5e..99e8c433b6c7 100644
--- a/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar_groupedbar_full.ui
@@ -5655,12 +5655,11 @@
<property name="toolbar_style">icons</property>
<property name="show_arrow">False</property>
<child>
- <object class="GtkToolButton" id="NumberFormatCurrencySimple">
+ <object class="GtkMenuToolButton" id="NumberFormatCurrency">
+ <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="halign">center</property>
- <property name="hexpand">True</property>
- <property name="action_name">.uno:NumberFormatCurrencySimple</property>
+ <property name="action_name">.uno:NumberFormatCurrency</property>
</object>
<packing>
<property name="expand">False</property>
More information about the Libreoffice-commits
mailing list