sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit a6690210229572ff1f0be611997cd44f7ff35992
Author:     Balazs Varga <balazs.varga.ext...@allotropia.de>
AuthorDate: Fri Nov 29 17:28:33 2024 +0100
Commit:     Balazs Varga <balazs.varga.ext...@allotropia.de>
CommitDate: Tue Dec 3 08:38:15 2024 +0100

    tdf#163902 sc: fix the size of available fields box of pivot dialog
    
    Similarly to Filters, Column Fields, Row Fields, Data Fields boxes
    the Available Fields box should be enabled to expand horizontally.
    
    Change-Id: I36a6322ef528a18e2c37eb8f3397cf1aeeedc759
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177680
    Tested-by: Jenkins
    Reviewed-by: Balazs Varga <balazs.varga.ext...@allotropia.de>

diff --git a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui 
b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
index 293500c868aa..0340ffea71be 100644
--- a/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
+++ b/sc/uiconfig/scalc/ui/pivottablelayoutdialog.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.40.0 -->
+<!-- Generated with glade 3.38.2 -->
 <interface domain="sc">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkTreeStore" id="liststore1">
@@ -504,6 +504,7 @@
                   <object class="GtkBox" id="box3">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
+                    <property name="hexpand">True</property>
                     <property name="vexpand">True</property>
                     <property name="orientation">vertical</property>
                     <property name="spacing">6</property>

Reply via email to