summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-02-02 21:24:43 +0000
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-02-03 23:56:39 +0100
commit2bcd14ac072b7c59a6b4c89fdd2fe63b8e885895 (patch)
tree1da9a7178c2f0a27100cc82e6a667890365f7107 /chart2
parent82e54b24a39c89198c09dc40f2880e107390f5c4 (diff)
GtkImage property should be icon_name in welded dialogs
Change-Id: I8e832599854e3ef52f25167e35470939c6e75bd8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87840 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'chart2')
-rw-r--r--chart2/uiconfig/ui/steppedlinesdlg.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/chart2/uiconfig/ui/steppedlinesdlg.ui b/chart2/uiconfig/ui/steppedlinesdlg.ui
index a77b5fd1606f..56592471e38e 100644
--- a/chart2/uiconfig/ui/steppedlinesdlg.ui
+++ b/chart2/uiconfig/ui/steppedlinesdlg.ui
@@ -97,7 +97,7 @@
<object class="GtkImage" id="step_center_x_img">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="pixbuf">chart2/res/step_center_x_30.png</property>
+ <property name="icon_name">chart2/res/step_center_x_30.png</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -108,7 +108,7 @@
<object class="GtkImage" id="step_end_img">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="pixbuf">chart2/res/step_end_30.png</property>
+ <property name="icon_name">chart2/res/step_end_30.png</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -119,7 +119,7 @@
<object class="GtkImage" id="step_center_y_img">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="pixbuf">chart2/res/step_center_y_30.png</property>
+ <property name="icon_name">chart2/res/step_center_y_30.png</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -197,7 +197,7 @@
<object class="GtkImage" id="step_start_img">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="pixbuf">chart2/res/step_start_30.png</property>
+ <property name="icon_name">chart2/res/step_start_30.png</property>
</object>
<packing>
<property name="left_attach">0</property>