sw/uiconfig/swriter/ui/fldvarpage.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit d04b2606b987c0184d4c9fe27f4fdc1374b4abda Author: Oliver Specht <[email protected]> AuthorDate: Mon Jul 22 09:42:41 2024 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Jul 25 10:24:41 2024 +0200 Minimal size of variable field page increased With this change the edit size is almost the same as the insert field dialog shows. Change-Id: Iafee3d60d33c9eee6020e9ef49aaac900222a0e6 diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui b/sw/uiconfig/swriter/ui/fldvarpage.ui index 94782577de46..d6bea58f3034 100644 --- a/sw/uiconfig/swriter/ui/fldvarpage.ui +++ b/sw/uiconfig/swriter/ui/fldvarpage.ui @@ -46,8 +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="width-request">700</property> + <property name="height-request">400</property> <property name="visible">True</property> <property name="can-focus">False</property> <property name="hexpand">True</property>
