summaryrefslogtreecommitdiff
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2022-03-14 15:36:32 +0100
committerPedro Silva <pedro.silva@collabora.com>2022-08-19 10:53:20 +0200
commit75c14600a559f1e8e5cce52ba66e30d4a22a281d (patch)
treeb7766920046b7aaeaaecebf806e65071289e5871 /sd/uiconfig
parente956091ad8ebfa77294e130bf2b5cf0200578fdb (diff)
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.silva@collabora.com> Change-Id: I33c033d50c802b7f2c9506b2c5a7b82967af7db8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131551 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138487 Tested-by: Jenkins Tested-by: Andreas Kainz <kainz.a@gmail.com> Reviewed-by: Andreas Kainz <kainz.a@gmail.com>
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/simpress/ui/customanimationspanel.ui4
1 files changed, 2 insertions, 2 deletions
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>