sw/uiconfig/swriter/ui/mmresultemaildialog.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 1da467d8b8bef55b3695863ed03bf7b4e752de1b Author: Gülşah Köse <[email protected]> AuthorDate: Mon Jul 13 13:35:04 2020 +0300 Commit: Gülşah Köse <[email protected]> CommitDate: Tue Jul 14 10:13:40 2020 +0200 Fix widget placement problem on mailmerge result dialog. Change-Id: Iff7bae3f1e30d106ed54f3a67bf5c6fefe67e2d4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98636 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Gülşah Köse <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
