diff options
author | Oliver Specht <oliver.specht@cib.de> | 2024-07-22 09:42:41 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-07-25 10:24:41 +0200 |
commit | d04b2606b987c0184d4c9fe27f4fdc1374b4abda (patch) | |
tree | a46ff91483c7481c25edcf17c48f284f6b68c527 | |
parent | 9fd86af575135960633a3b447466286fe938ff80 (diff) |
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
-rw-r--r-- | sw/uiconfig/swriter/ui/fldvarpage.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |