diff options
author | Jim Raykowski <raykowj@gmail.com> | 2023-12-31 17:19:09 -0900 |
---|---|---|
committer | Jim Raykowski <raykowj@gmail.com> | 2024-01-01 05:13:35 +0100 |
commit | 7e378516bc596d0308bcb1c974760c224f516ea6 (patch) | |
tree | 3101d6828d6088b38734a31830a309a694ac3c5b /sd/uiconfig | |
parent | 275860e607c172825bc47f70eba5562e5a9208f4 (diff) |
tdf#158710 Fix animation list custom rendering for vcl gen plugin
Change-Id: I5d2eb9e74392036a99b90fca1c5a49ac7bee828b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161511
Tested-by: Jenkins
Reviewed-by: Jim Raykowski <raykowj@gmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationspanel.ui | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index dda5cda5d1cc..277736f13280 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -111,14 +111,18 @@ <object class="GtkTreeSelection"/> </child> <child> - <object class="GtkTreeViewColumn" id="treeviewcolumn2"> - <property name="spacing">6</property> + <object class="GtkTreeViewColumn" id="treeviewcolumn1"> <child> - <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/> + <object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/> <attributes> <attribute name="pixbuf">0</attribute> </attributes> </child> + </object> + </child> + <child> + <object class="GtkTreeViewColumn" id="treeviewcolumn2"> + <property name="spacing">6</property> <child> <object class="GtkCellRendererText" id="cellrenderertext2"/> <attributes> |