cui/uiconfig/ui/tipofthedaydialog.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 2dff4a4f63fc84b8ce82215f46e1575ed8d535a3 Author: Xisco Fauli <[email protected]> AuthorDate: Tue May 7 12:18:23 2019 +0200 Commit: Xisco Faulí <[email protected]> CommitDate: Thu May 16 10:11:17 2019 +0200 tdf#125131: tip of the day dialog should be modal Change-Id: I13cd8734f843b734826535f55c60d67625cd9e79 Reviewed-on: https://gerrit.libreoffice.org/71902 Reviewed-by: Heiko Tietze <[email protected]> Tested-by: Jenkins Reviewed-by: Xisco Faulí <[email protected]> diff --git a/cui/uiconfig/ui/tipofthedaydialog.ui b/cui/uiconfig/ui/tipofthedaydialog.ui index 8b5936466c8d..928bc92c6919 100644 --- a/cui/uiconfig/ui/tipofthedaydialog.ui +++ b/cui/uiconfig/ui/tipofthedaydialog.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="TipOfTheDayDialog|Name">Tip of the day</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
