[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sw/uiconfig
GülÅah Köse (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jul 14 08:13:49 UTC 2020
sw/uiconfig/swriter/ui/mmresultemaildialog.ui | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit c97d815efcda5e871f0a1d4625ceb53132bc5a7c
Author: Gülşah Köse <gulsah.kose at collabora.com>
AuthorDate: Mon Jul 13 13:35:04 2020 +0300
Commit: Gülşah Köse <gulsah.kose at collabora.com>
CommitDate: Tue Jul 14 10:13:16 2020 +0200
Fix widget placement problem on mailmerge result dialog.
Change-Id: Iff7bae3f1e30d106ed54f3a67bf5c6fefe67e2d4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98635
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Gülşah Köse <gulsah.kose at collabora.com>
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>
More information about the Libreoffice-commits
mailing list