diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-02-26 11:58:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-02-26 15:44:06 +0100 |
commit | 9856b68c8611cafdff97355ca5fe0aae701de677 (patch) | |
tree | 588418814e7ade769f08470120c974f5d272684b /sd | |
parent | a0f3e3b2bf46d99abd0c98327d4e4e2e82c12445 (diff) |
these are modal dialogs
Change-Id: I28fe2ba99c4a17cab781d95ef9da8b2774667baa
Reviewed-on: https://gerrit.libreoffice.org/68383
Tested-by: Jenkins
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/drawchardialog.ui | 1 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/drawparadialog.ui | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/drawchardialog.ui b/sd/uiconfig/sdraw/ui/drawchardialog.ui index 2dbff5152f0f..0ddf94c252d1 100644 --- a/sd/uiconfig/sdraw/ui/drawchardialog.ui +++ b/sd/uiconfig/sdraw/ui/drawchardialog.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="drawchardialog|DrawCharDialog">Character</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child> <placeholder/> diff --git a/sd/uiconfig/sdraw/ui/drawparadialog.ui b/sd/uiconfig/sdraw/ui/drawparadialog.ui index f563963d5253..d73add9b6cc3 100644 --- a/sd/uiconfig/sdraw/ui/drawparadialog.ui +++ b/sd/uiconfig/sdraw/ui/drawparadialog.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="drawparadialog|DrawParagraphPropertiesDialog">Paragraph</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child> <placeholder/> |