diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-15 13:17:43 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-08-15 20:56:06 +0200 |
commit | 3bf80a7c307b11630a81cb9b998baed8e19f0e1d (patch) | |
tree | 9c8551804b16c73a01093d4392a6290fe4bfcae3 /sfx2 | |
parent | 91230327fd28d9a021effea62e8cff4836e5a74d (diff) |
Resolves: tdf#126943 load styles should be modal
Change-Id: I7526cd974d3c3ac47f29fda95af226d42d63f583
Reviewed-on: https://gerrit.libreoffice.org/77518
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/loadtemplatedialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/loadtemplatedialog.ui b/sfx2/uiconfig/ui/loadtemplatedialog.ui index 5c3fecf13ac0..29ee17a09d54 100644 --- a/sfx2/uiconfig/ui/loadtemplatedialog.ui +++ b/sfx2/uiconfig/ui/loadtemplatedialog.ui @@ -22,6 +22,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="loadtemplatedialog|LoadTemplateDialog">New</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> |