svx/uiconfig/ui/themecoloreditdialog.ui |    1 +
 svx/uiconfig/ui/themedialog.ui          |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 5f00f2365cdc62e6b0db4aa9e8f54d9ed859ce0a
Author:     Caolán McNamara <[email protected]>
AuthorDate: Thu Jul 27 12:26:17 2023 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Jul 28 14:14:00 2023 +0200

    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 <[email protected]>

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">

Reply via email to