diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-02-02 21:24:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-02-03 10:50:05 +0100 |
commit | 58715eb09283f3927909f704d94fa00d1cfd5677 (patch) | |
tree | 5a05b54d67bc78142484c711b697e76a06a3de8c /chart2/uiconfig | |
parent | 5fed8bb5f6f65963fed27f96de3be14dff830d38 (diff) |
GtkImage property should be icon_name in welded dialogs
Change-Id: I8e832599854e3ef52f25167e35470939c6e75bd8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87839
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/uiconfig')
-rw-r--r-- | chart2/uiconfig/ui/steppedlinesdlg.ui | 8 |
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> |