svx/uiconfig/ui/textcontrolchardialog.ui |    1 +
 svx/uiconfig/ui/textcontrolparadialog.ui |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 497222d611889dce385f2c9b5de0f5609f4c119a
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Sep 3 13:34:33 2024 +0200
Commit:     Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
CommitDate: Fri Sep 6 12:38:52 2024 +0200

    tdf#162764: make the two dialogs modal
    
    Change-Id: I4df5b44793487dbcb9f48c77d7f7835108cdc3fa
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172807
    Tested-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
    Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com>
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org>

diff --git a/svx/uiconfig/ui/textcontrolchardialog.ui 
b/svx/uiconfig/ui/textcontrolchardialog.ui
index d43fcf6176e1..07b90cc4a1c6 100644
--- a/svx/uiconfig/ui/textcontrolchardialog.ui
+++ b/svx/uiconfig/ui/textcontrolchardialog.ui
@@ -7,6 +7,7 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes" 
context="textcontrolchardialog|TextControlCharacterPropertiesDialog">Character</property>
     <property name="resizable">False</property>
+    <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child>
       <placeholder/>
diff --git a/svx/uiconfig/ui/textcontrolparadialog.ui 
b/svx/uiconfig/ui/textcontrolparadialog.ui
index 19fce3e43733..232e235c0f1c 100644
--- a/svx/uiconfig/ui/textcontrolparadialog.ui
+++ b/svx/uiconfig/ui/textcontrolparadialog.ui
@@ -7,6 +7,7 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes" 
context="textcontrolparadialog|TextControlParagraphPropertiesDialog">Paragraph</property>
     <property name="resizable">False</property>
+    <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child>
       <placeholder/>

Reply via email to