sw/uiconfig/swriter/ui/fldvarpage.ui |   17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

New commits:
commit 44edd6568533c135fb78ec2f4c202a87989319be
Author:     Oliver Specht <oliver.spe...@cib.de>
AuthorDate: Wed Oct 9 07:51:56 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Oct 25 15:30:32 2024 +0200

    tdf#160621 follow-up to fix height of field value
    
    With 2b45427a567d1d52951b6f61aaea74147dab10cf the height and width
    of the edit variable field dialog has been increased but that
    didn't always work. Here the grid structure has been changed to
    give more space to the value field.
    
    Change-Id: I1ab0ee7cd31a046db95578801d435e988f039ac5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174714
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>
    Reviewed-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Tested-by: Gabor Kelemen <gabor.kelemen.ext...@allotropia.de>
    Tested-by: Jenkins

diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui 
b/sw/uiconfig/swriter/ui/fldvarpage.ui
index d6bea58f3034..06394222e6cc 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -44,11 +44,10 @@
       <column type="gchararray"/>
     </columns>
   </object>
-  <!-- n-columns=3 n-rows=2 -->
+  <!-- n-columns=3 n-rows=4 -->
   <object class="GtkGrid" id="FieldVarPage">
-    <property name="width-request">700</property>
-    <property name="height-request">400</property>
     <property name="visible">True</property>
+    <property name="width-request">700</property>
     <property name="can-focus">False</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
@@ -57,7 +56,7 @@
     <property name="column-spacing">12</property>
     <property name="column-homogeneous">True</property>
     <child>
-      <!-- n-columns=4 n-rows=2 -->
+      <!-- n-columns=4 n-rows=3 -->
       <object class="GtkGrid" id="gdNameValue">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
@@ -139,6 +138,7 @@
             <property name="left-attach">1</property>
             <property name="top-attach">1</property>
             <property name="width">2</property>
+            <property name="height">2</property>
           </packing>
         </child>
         <child>
@@ -191,17 +191,24 @@
           </object>
           <packing>
             <property name="left-attach">3</property>
-            <property name="top-attach">1</property>
+            <property name="top-attach">2</property>
           </packing>
         </child>
         <child>
           <placeholder/>
         </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
       </object>
       <packing>
         <property name="left-attach">0</property>
         <property name="top-attach">1</property>
         <property name="width">3</property>
+        <property name="height">3</property>
       </packing>
     </child>
     <child>

Reply via email to