summaryrefslogtreecommitdiff
path: root/svx/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-27 12:26:17 +0100
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-07-28 14:14:00 +0200
commit5f00f2365cdc62e6b0db4aa9e8f54d9ed859ce0a (patch)
tree337593c3e7d8765d452ebce8ec13b860e79b70ec /svx/uiconfig
parent01f4c0a25e4749875e27c63bfb824df6c4687535 (diff)
make the themeeditdialog and themedialog ui modal
doesn't affect that they are run async Change-Id: I7336e64258f5042ee80acb7295b1ed7370be54b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154992 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r--svx/uiconfig/ui/themecoloreditdialog.ui1
-rw-r--r--svx/uiconfig/ui/themedialog.ui1
2 files changed, 2 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/themecoloreditdialog.ui b/svx/uiconfig/ui/themecoloreditdialog.ui
index fc95efc98270..96276093a75a 100644
--- a/svx/uiconfig/ui/themecoloreditdialog.ui
+++ b/svx/uiconfig/ui/themecoloreditdialog.ui
@@ -10,6 +10,7 @@
<property name="vexpand">True</property>
<property name="border-width">6</property>
<property name="title" translatable="yes" context="themedialog|Title">Theme Color Edit</property>
+ <property name="modal">True</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialogBox1">
diff --git a/svx/uiconfig/ui/themedialog.ui b/svx/uiconfig/ui/themedialog.ui
index b4f4d9e7241b..20716a8b4d48 100644
--- a/svx/uiconfig/ui/themedialog.ui
+++ b/svx/uiconfig/ui/themedialog.ui
@@ -8,6 +8,7 @@
<property name="vexpand">True</property>
<property name="border-width">6</property>
<property name="title" translatable="yes" context="themedialog|Title">Theme</property>
+ <property name="modal">True</property>
<property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialogBox1">