sw/uiconfig/swriter/ui/fldvarpage.ui |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6084962f93efc005b6827edceae12d3170f17ccd
Author:     Oliver Specht <oliver.spe...@cib.de>
AuthorDate: Tue May 28 11:46:54 2024 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Tue May 28 22:08:50 2024 +0200

    Set minimal size to variable field page
    
    To see the increased height of the name and value fields
    the edit field dialog needs a appropriate minimum size
    
    Change-Id: Ic6c4a01bd969247f770f023ec5c368fed5322550
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168147
    Tested-by: Jenkins
    Reviewed-by: Thorsten Behrens <thorsten.behr...@allotropia.de>

diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui 
b/sw/uiconfig/swriter/ui/fldvarpage.ui
index 9cfb4ce2bf8d..94782577de46 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -46,6 +46,8 @@
   </object>
   <!-- n-columns=3 n-rows=2 -->
   <object class="GtkGrid" id="FieldVarPage">
+    <property name="width-request">600</property>
+    <property name="height-request">300</property>
     <property name="visible">True</property>
     <property name="can-focus">False</property>
     <property name="hexpand">True</property>

Reply via email to