summaryrefslogtreecommitdiff
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:14:03 +0200
commit0a3e5ba4db254549c15e55984f1764a352c8239b (patch)
tree0569a3bce990bb7a3c32ac5a32ddadc8363d6873
parent3616a43f8d7da0379a7f6441c4900304de40952a (diff)
Fix widget placement problem on mailmerge result dialog.
Change-Id: Iff7bae3f1e30d106ed54f3a67bf5c6fefe67e2d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98650 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com>
-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 9100e291c256..e4e4a20254f0 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">Email merged document</property>
@@ -248,7 +249,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>