[Libreoffice-commits] core.git: Branch 'libreoffice-7-0' - dbaccess/uiconfig
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 19 10:37:17 UTC 2021
dbaccess/uiconfig/ui/directsqldialog.ui | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 14e18c13e9a618e5a9c72f00a6913633acb21573
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 18 11:38:20 2021 +0000
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Jan 19 11:36:40 2021 +0100
Related: tdf#66813 this dialog should be modal
if we truly want it to be modeless, then unset this bit and use
the runAsync mechanism
Change-Id: I7d1cae1975d6ac20ef34b7744981ee72b9f52c78
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109526
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/dbaccess/uiconfig/ui/directsqldialog.ui b/dbaccess/uiconfig/ui/directsqldialog.ui
index 0947f539d357..ff1090e6b2b1 100644
--- a/dbaccess/uiconfig/ui/directsqldialog.ui
+++ b/dbaccess/uiconfig/ui/directsqldialog.ui
@@ -7,6 +7,7 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" context="directsqldialog|DirectSQLDialog">Execute SQL Statement</property>
<property name="resizable">False</property>
+ <property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
<placeholder/>
More information about the Libreoffice-commits
mailing list