summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Specht <oliver.specht@cib.de>2024-10-09 07:51:56 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-12-19 20:10:34 +0100
commit7b11ebe90ae90560ffb56013abc9d405acd9389c (patch)
tree8c4e5ae0e66e6179e0a3d53e0a12a2d5eb627d35
parent9e25a2ac615c2c1c0832a56b4afb4a526d9a5d6e (diff)
tdf#160621 follow-up to fix height of field value libreoffice-24-8
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.behrens@allotropia.de> Reviewed-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Tested-by: Gabor Kelemen <gabor.kelemen.extern@allotropia.de> Tested-by: Jenkins Signed-off-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178824
-rw-r--r--sw/uiconfig/swriter/ui/fldvarpage.ui17
1 files changed, 12 insertions, 5 deletions
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>