sd/uiconfig/simpress/ui/customanimationspanel.ui |   16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

New commits:
commit 4163bfc3c75a39a686083d566e6ed1b6c8c9908a
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Feb 5 20:32:57 2023 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Tue Feb 7 09:34:08 2023 +0000

    GtkPaned properties applied to children not in a GtkPaned anymore
    
    since
    
    commit 280e55bf440b32ec87ce79271276c24f55172663
    Date:   Thu Jun 23 16:25:11 2022 +0200
    
        Remove not necessary container in Animation Panel in Impress Sidebar
    
        It was causing layouting issues in LOK.
    
    Change-Id: I67bdb0283bd01397f59d9d4b4fbacd0610b606cd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146567
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui 
b/sd/uiconfig/simpress/ui/customanimationspanel.ui
index 8625fbe97cf0..dda5cda5d1cc 100644
--- a/sd/uiconfig/simpress/ui/customanimationspanel.ui
+++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="sd">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkAdjustment" id="adjustment1">
@@ -20,7 +20,7 @@
   <object class="GtkImage" id="image_add">
     <property name="visible">True</property>
     <property name="can-focus">False</property>
-    <property name="icon_name">cmd/sc_add.png</property>
+    <property name="icon-name">cmd/sc_add.png</property>
   </object>
   <object class="GtkImage" id="image_down">
     <property name="visible">True</property>
@@ -35,7 +35,7 @@
   <object class="GtkImage" id="image_remove">
     <property name="visible">True</property>
     <property name="can-focus">False</property>
-    <property name="icon_name">cmd/sc_list_remove.png</property>
+    <property name="icon-name">cmd/sc_list_remove.png</property>
   </object>
   <object class="GtkImage" id="image_up">
     <property name="visible">True</property>
@@ -180,8 +180,9 @@
         </child>
       </object>
       <packing>
-        <property name="resize">True</property>
-        <property name="shrink">False</property>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">0</property>
       </packing>
     </child>
     <child>
@@ -677,8 +678,9 @@
         </child>
       </object>
       <packing>
-        <property name="resize">True</property>
-        <property name="shrink">False</property>
+        <property name="expand">True</property>
+        <property name="fill">True</property>
+        <property name="position">1</property>
       </packing>
     </child>
     <child internal-child="accessible">

Reply via email to