icon-themes/colibre/cmd/sc_add.png |binary icon-themes/colibre/cmd/sc_list_remove.png |binary sd/uiconfig/simpress/ui/customanimationspanel.ui | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 75c14600a559f1e8e5cce52ba66e30d4a22a281d Author: Pedro Pinto Silva <pedro.si...@collabora.com> AuthorDate: Mon Mar 14 15:36:32 2022 +0100 Commit: Pedro Silva <pedro.si...@collabora.com> CommitDate: Fri Aug 19 10:53:20 2022 +0200 Fix btn image size inconsistencies on CustomAnimationsPanel Animations btns (Add, Remove, Move Up, Move Down) - Images were being loaded from different locations - Images did not share the same size Signed-off-by: Pedro Pinto Silva <pedro.si...@collabora.com> Change-Id: I33c033d50c802b7f2c9506b2c5a7b82967af7db8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131551 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138487 Tested-by: Jenkins Tested-by: Andreas Kainz <kain...@gmail.com> Reviewed-by: Andreas Kainz <kain...@gmail.com> diff --git a/icon-themes/colibre/cmd/sc_add.png b/icon-themes/colibre/cmd/sc_add.png index 5d1b3b8e8146..7b0680d5c24e 100644 Binary files a/icon-themes/colibre/cmd/sc_add.png and b/icon-themes/colibre/cmd/sc_add.png differ diff --git a/icon-themes/colibre/cmd/sc_list_remove.png b/icon-themes/colibre/cmd/sc_list_remove.png new file mode 100644 index 000000000000..05a11237416f Binary files /dev/null and b/icon-themes/colibre/cmd/sc_list_remove.png differ diff --git a/sd/uiconfig/simpress/ui/customanimationspanel.ui b/sd/uiconfig/simpress/ui/customanimationspanel.ui index 848b40da9661..2d8bd06d6118 100644 --- a/sd/uiconfig/simpress/ui/customanimationspanel.ui +++ b/sd/uiconfig/simpress/ui/customanimationspanel.ui @@ -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">svtools/res/list_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">extensions/res/buttonminus.png</property> + <property name="icon_name">cmd/sc_list_remove.png</property> </object> <object class="GtkImage" id="image_up"> <property name="visible">True</property>