diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-02-05 20:32:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-02-07 09:34:08 +0000 |
commit | 4163bfc3c75a39a686083d566e6ed1b6c8c9908a (patch) | |
tree | 884fb3b87f8743aeec75faaef58e5d0d2c00cefb /sd/uiconfig | |
parent | 7355c2ee8a9f0811d1cd3d37fc9dac2ad5f95774 (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 16 |
1 files changed, 9 insertions, 7 deletions
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"> |