sc/uiconfig/scalc/ui/headerfootercontent.ui | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit ac2f9bab1502907927b35e5679a4a0d15faa0df6 Author: Tejas Shukla <[email protected]> AuthorDate: Sun Feb 15 17:01:59 2026 +0530 Commit: Heiko Tietze <[email protected]> CommitDate: Wed Feb 18 09:24:53 2026 +0100 tdf#104276 Fix alignment of header footer dialog combobox Change-Id: Ifad4a9ded846ac358c00377c29fda6ea38a80530 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199403 Tested-by: Heiko Tietze <[email protected]> Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins diff --git a/sc/uiconfig/scalc/ui/headerfootercontent.ui b/sc/uiconfig/scalc/ui/headerfootercontent.ui index b093b8891c1d..4e4373fe49c6 100644 --- a/sc/uiconfig/scalc/ui/headerfootercontent.ui +++ b/sc/uiconfig/scalc/ui/headerfootercontent.ui @@ -2,6 +2,15 @@ <!-- Generated with glade 3.40.0 --> <interface domain="sc"> <requires lib="gtk+" version="3.24"/> + <object class="GtkSizeGroup" id="sizegrp"> + <property name="mode">horizontal</property> + <widgets> + <widget name="labelFT_H_CUSTOM"/> + <widget name="labelFT_F_CUSTOM"/> + <widget name="labelFT_H_DEFINED"/> + <widget name="labelFT_F_DEFINED"/> + </widgets> + </object> <object class="GtkImage" id="imageBTN_DATE"> <property name="visible">True</property> <property name="can-focus">False</property>
