summaryrefslogtreecommitdiff
path: root/sd/uiconfig/sdraw
diff options
context:
space:
mode:
authorRafael Lima <rafael.palma.lima@gmail.com>2023-04-20 11:06:40 -0300
committerRafael Lima <rafael.palma.lima@gmail.com>2023-04-26 16:23:42 +0200
commitc163334ae8cdd202dd4060ef1f401a9e9b51ce3e (patch)
treec80090cd96d63e88572bd662e248f0d8a3a4e6de /sd/uiconfig/sdraw
parent95ae136380906c6d270fd47b2b9655b2c32f670e (diff)
tdf#151624 Fix Insert Formula tool in the Tabbed UI
As reported in the ticket the Insert Formula tool was misaligned in the Tabbed UI since the removal of the Emoji tool. This patch fixes that by making the tool use all the available vertical space. Change-Id: I26d36ba4fc6f38e80d8ab46bfdf88c08fbf2fd68 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150701 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r--sd/uiconfig/sdraw/ui/notebookbar.ui5
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar.ui b/sd/uiconfig/sdraw/ui/notebookbar.ui
index f5f582fc13b5..f0bf8734ad9b 100644
--- a/sd/uiconfig/sdraw/ui/notebookbar.ui
+++ b/sd/uiconfig/sdraw/ui/notebookbar.ui
@@ -5504,8 +5504,11 @@
<object class="sfxlo-NotebookbarToolBox" id="LineA13">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="toolbar_style">both-horiz</property>
+ <property name="valign">center</property>
+ <property name="vexpand">True</property>
+ <property name="toolbar_style">both</property>
<property name="show_arrow">False</property>
+ <property name="icon_size">3</property>
<child>
<object class="GtkToolButton" id="Insert-InsertMath">
<property name="visible">True</property>