diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-18 17:32:11 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-18 20:21:30 +0100 |
commit | c5196ec5d163ecb6086bc6f1a3f6d7bd5fb7915a (patch) | |
tree | 809b5cee713ae784aa3a50c662ca337ee3bbbfa6 /cui/uiconfig | |
parent | c59c1a9170e9510a18a084cd90289b6a7d8b87e4 (diff) |
gallery theme dialog should be modal
Change-Id: I3c32851cda40254c73b0040f92466eedb7427d6e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87027
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/gallerythemedialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/gallerythemedialog.ui b/cui/uiconfig/ui/gallerythemedialog.ui index 993300859180..00c472d92d3f 100644 --- a/cui/uiconfig/ui/gallerythemedialog.ui +++ b/cui/uiconfig/ui/gallerythemedialog.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="gallerythemedialog|GalleryThemeDialog" comments="%1 will be replaced by a gallery theme name">Properties of %1</property> <property name="resizable">False</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child> <placeholder/> |