formula/uiconfig/ui/formuladialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a516cc7a1f1e4a6db4d2004e38c2b0a1d24897a6
Author:     Szymon Kłos <[email protected]>
AuthorDate: Tue Dec 16 09:59:19 2025 +0000
Commit:     Szymon Kłos <[email protected]>
CommitDate: Tue Dec 16 16:27:28 2025 +0100

    jsdialog: use id for main formula dialog container
    
    - this fixes problem with collapsing the formula dialog
    - we need id to later address the change in that container
      to hide it
    
    Change-Id: I730d808de74f91f5e659b17710a2e27b5eadc5f3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195697
    (cherry picked from commit 58d0fc8ccc373e1e5d62dde8d925a0b34b73a656)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195708
    Reviewed-by: Szymon Kłos <[email protected]>
    Tested-by: Jenkins

diff --git a/formula/uiconfig/ui/formuladialog.ui 
b/formula/uiconfig/ui/formuladialog.ui
index 1c69dfebe1c7..2cb9707c0266 100644
--- a/formula/uiconfig/ui/formuladialog.ui
+++ b/formula/uiconfig/ui/formuladialog.ui
@@ -126,7 +126,7 @@
             <property name="orientation">vertical</property>
             <property name="spacing">6</property>
             <child>
-              <object class="GtkPaned">
+              <object class="GtkPaned" id="paned1">
                 <property name="visible">True</property>
                 <property name="can-focus">True</property>
                 <child>

Reply via email to