summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2020-07-13 13:35:04 +0300
committerGülşah Köse <gulsah.kose@collabora.com>2020-07-14 10:13:40 +0200
commit1da467d8b8bef55b3695863ed03bf7b4e752de1b (patch)
tree784ddb18a61b5fa8cf770fc6ca6d991efaf78470 /sw
parent0e8a9ab21aeb389f3c8fbf6b5cfb15d1fbdd9680 (diff)
Fix widget placement problem on mailmerge result dialog.
Change-Id: Iff7bae3f1e30d106ed54f3a67bf5c6fefe67e2d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98636 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/mmresultemaildialog.ui3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
index 2928b97cd207..037069962e48 100644
--- a/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultemaildialog.ui
@@ -13,6 +13,7 @@
<property name="page_increment">10</property>
</object>
<object class="GtkDialog" id="MMResultEmailDialog">
+ <property name="height_request">320</property>
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes" context="mmresultemaildialog|MMResultEmailDialog">E-Mail merged document</property>
@@ -247,7 +248,7 @@
</child>
<child>
<object class="GtkCheckButton" id="passwordcb">
- <property name="label" translatable="yes" context="mmresultemaildialog|passwordcb" >Save with password</property>
+ <property name="label" translatable="yes" context="mmresultemaildialog|passwordcb">Save with password</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>