diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-11-22 23:29:14 +0100 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-11-23 11:16:26 +0100 |
commit | 8d53e34c52ae2604da4cb1dafd24bcb1d42d251d (patch) | |
tree | 7d6b15bf8ad3884f36b32f2c75129b32c5e90f8d /sc | |
parent | 6c19de47131f15c88eef004ef52babb3d69070d2 (diff) |
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@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/notebookbar.ui | 5 |
1 files changed, 1 insertions, 4 deletions
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> |