From 592f1318a4f11b5543f74fe601d84277383bf5e3 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 1 Jun 2023 09:33:48 +0100 Subject: [PATCH] test - radio - use std icon for one of the icons to expand testing --- src/bin/elementary/test_radio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/elementary/test_radio.c b/src/bin/elementary/test_radio.c index 571c0b9d62..75ab4d2201 100644 --- a/src/bin/elementary/test_radio.c +++ b/src/bin/elementary/test_radio.c @@ -36,7 +36,8 @@ _group_1_create(Evas_Object *bx, const char *style) // radio 1 ic = elm_icon_add(bx2); - snprintf(buf, sizeof(buf), "%s/images/logo_small.png", elm_app_data_dir_get()); + elm_icon_standard_set(ic, "menu/folder"); +// snprintf(buf, sizeof(buf), "%s/images/logo_small.png", elm_app_data_dir_get()); elm_image_file_set(ic, buf, NULL); evas_object_size_hint_aspect_set(ic, EVAS_ASPECT_CONTROL_VERTICAL, 1, 1);