diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-07 17:37:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-07 21:18:15 +0100 |
commit | 64117f700ba3bd8c4b42488f582fa5e5c53487e6 (patch) | |
tree | 2ca1b2c1c13d633c3288996c47353bcc00d1c685 /sd | |
parent | 6cd588452b6fda615d03c0ff5439cfd15511081e (diff) |
make all the .ui message dialogs explicitly modal
Change-Id: I1e197fbec92d5369394f036171af9018afea7f15
Reviewed-on: https://gerrit.libreoffice.org/50910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui b/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui index 16059f1956cf..f1a87f06a34b 100644 --- a/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui +++ b/sd/uiconfig/sdraw/ui/queryunlinkimagedialog.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="title" translatable="yes" context="queryunlinkimagedialog|QueryUnlinkImageDialog">Release image's link?</property> <property name="resizable">False</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <property name="message_type">question</property> |