diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-12 20:38:48 +0000 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2019-11-13 08:54:35 +0100 |
commit | 641d166b8bf0e461198479f489bc50d8b4171b19 (patch) | |
tree | 75465cc5da64eb73b5dd9e89f51fb48a0339777c /sw | |
parent | 124db1f2e3008493254e5d710221dbdd40a526db (diff) |
table properties dialog should be modal
Change-Id: I3787f6e3a326c1f8e93fc966f890ea2c7cdacc29
Reviewed-on: https://gerrit.libreoffice.org/82549
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/tableproperties.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/tableproperties.ui b/sw/uiconfig/swriter/ui/tableproperties.ui index 095431b65c06..aab4986af9a8 100644 --- a/sw/uiconfig/swriter/ui/tableproperties.ui +++ b/sw/uiconfig/swriter/ui/tableproperties.ui @@ -7,6 +7,7 @@ <property name="border_width">6</property> <property name="title" translatable="yes" context="tableproperties|TablePropertiesDialog">Table Properties</property> <property name="resizable">False</property> + <property name="modal">True</property> <property name="type_hint">dialog</property> <child> <placeholder/> |