summaryrefslogtreecommitdiffstats
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
parentResolves tdf#153852 - Make sort dialog resizable (diff)
downloadcore-c163334ae8cdd202dd4060ef1f401a9e9b51ce3e.tar.gz
core-c163334ae8cdd202dd4060ef1f401a9e9b51ce3e.zip
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>
-rw-r--r--sc/uiconfig/scalc/ui/notebookbar.ui5
-rw-r--r--sd/uiconfig/sdraw/ui/notebookbar.ui5
-rw-r--r--sd/uiconfig/simpress/ui/notebookbar.ui5
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar.ui5
4 files changed, 16 insertions, 4 deletions
diff --git a/sc/uiconfig/scalc/ui/notebookbar.ui b/sc/uiconfig/scalc/ui/notebookbar.ui
index 7669f4196949..bbcc0b556fac 100644
--- a/sc/uiconfig/scalc/ui/notebookbar.ui
+++ b/sc/uiconfig/scalc/ui/notebookbar.ui
@@ -5791,8 +5791,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-InsertObjectStarMath">
<property name="visible">True</property>
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>
diff --git a/sd/uiconfig/simpress/ui/notebookbar.ui b/sd/uiconfig/simpress/ui/notebookbar.ui
index 4d99066f3ef6..20329c825473 100644
--- a/sd/uiconfig/simpress/ui/notebookbar.ui
+++ b/sd/uiconfig/simpress/ui/notebookbar.ui
@@ -5939,8 +5939,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>
diff --git a/sw/uiconfig/swriter/ui/notebookbar.ui b/sw/uiconfig/swriter/ui/notebookbar.ui
index b6b66f4cbd81..e4d17b5b2523 100644
--- a/sw/uiconfig/swriter/ui/notebookbar.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar.ui
@@ -5643,8 +5643,11 @@
<object class="sfxlo-NotebookbarToolBox" id="LineA12">
<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-InsertObjectStarMath1">
<property name="visible">True</property>