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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 23 10:16:53 UTC 2018


 sc/uiconfig/scalc/ui/notebookbar.ui |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 8d53e34c52ae2604da4cb1dafd24bcb1d42d251d
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Thu Nov 22 23:29:14 2018 +0100
Commit:     andreas_kainz <kainz.a at gmail.com>
CommitDate: Fri Nov 23 11:16:26 2018 +0100

    Tabbed NB calc: fix drop down menues
    
    Change-Id: I13978d74ad64891108b4c633d342146ad2655087
    Reviewed-on: https://gerrit.libreoffice.org/63858
    Tested-by: Jenkins
    Reviewed-by: andreas_kainz <kainz.a at gmail.com>

diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index bb4cbb0bd921..a70bd3443f71 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -4928,8 +4928,6 @@
                       <object class="sfxlo-OptionalBox" id="Insert-Section-Field">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="valign">center</property>
-                        <property name="vexpand">True</property>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="Insert-FieldButton:MenuField">
                             <property name="label" translatable="yes" context="CalcNotebookbar|FieldMenuButton">Fiel_d</property>
@@ -7235,8 +7233,6 @@
                       <object class="sfxlo-OptionalBox" id="Data-Section-Statistic">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="valign">center</property>
-                        <property name="vexpand">True</property>
                         <child>
                           <object class="svtlo-ManagedMenuButton" id="Data-StatisticsMenu:MenuStatistic">
                             <property name="label" translatable="yes" context="CalcNotebookbar|Statistics">_Statistics</property>
@@ -7247,6 +7243,7 @@
                             <property name="action_name">.uno:StatisticsMenu</property>
                             <property name="image">StatisticsImg</property>
                             <property name="relief">none</property>
+                            <property name="use_underline">True</property>
                             <property name="image_position">top</property>
                             <property name="always_show_image">True</property>
                           </object>


More information about the Libreoffice-commits mailing list