sw/uiconfig/swriter/ui/mmresultemaildialog.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit 0a3e5ba4db254549c15e55984f1764a352c8239b 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:14:03 2020 +0200 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
