summaryrefslogtreecommitdiff
path: root/svtools/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-03-07 17:37:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-03-07 21:18:15 +0100
commit64117f700ba3bd8c4b42488f582fa5e5c53487e6 (patch)
tree2ca1b2c1c13d633c3288996c47353bcc00d1c685 /svtools/uiconfig
parent6cd588452b6fda615d03c0ff5439cfd15511081e (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 'svtools/uiconfig')
-rw-r--r--svtools/uiconfig/ui/javadisableddialog.ui1
-rw-r--r--svtools/uiconfig/ui/querydeletedialog.ui1
2 files changed, 2 insertions, 0 deletions
diff --git a/svtools/uiconfig/ui/javadisableddialog.ui b/svtools/uiconfig/ui/javadisableddialog.ui
index d59ce9da08c7..4a00ed5e331f 100644
--- a/svtools/uiconfig/ui/javadisableddialog.ui
+++ b/svtools/uiconfig/ui/javadisableddialog.ui
@@ -6,6 +6,7 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes" context="javadisableddialog|JavaDisabledDialog">Enable JRE?</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>
diff --git a/svtools/uiconfig/ui/querydeletedialog.ui b/svtools/uiconfig/ui/querydeletedialog.ui
index ad8ca818f503..7614528d41e0 100644
--- a/svtools/uiconfig/ui/querydeletedialog.ui
+++ b/svtools/uiconfig/ui/querydeletedialog.ui
@@ -6,6 +6,7 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes" context="querydeletedialog|QueryDeleteDialog">Confirm Delete</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>