sw/uiconfig/swriter/ui/insertsectiondialog.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 344ec8a1b4be60973eb03d68f9f3f8c6efd1a201 Author: Caolán McNamara <[email protected]> AuthorDate: Wed Oct 30 20:29:19 2019 +0000 Commit: Caolán McNamara <[email protected]> CommitDate: Thu Oct 31 13:03:16 2019 +0100 Insert section is supposed to be a modal dialog Change-Id: Ie67303cbe26313994a89b2057ae673805a38cced Reviewed-on: https://gerrit.libreoffice.org/81807 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Jenkins diff --git a/sw/uiconfig/swriter/ui/insertsectiondialog.ui b/sw/uiconfig/swriter/ui/insertsectiondialog.ui index 7804190daf50..d4b62ab58c0d 100644 --- a/sw/uiconfig/swriter/ui/insertsectiondialog.ui +++ b/sw/uiconfig/swriter/ui/insertsectiondialog.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="insertsectiondialog|InsertSectionDialog">Insert Section</property> <property name="resizable">False</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child> <placeholder/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
