summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-06-02 11:37:37 +0100
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-06-04 12:09:06 +0100
commitd992a319a84a7f63831c7af0a4483e43d7cd6d12 (patch)
tree0304239f3730cfbc879d18bb330f465867cdfa1c
parente3ad84f07e60851ef4aa5890130f6a14bec50a8f (diff)
downloadefl-d992a319a84a7f63831c7af0a4483e43d7cd6d12.tar.gz
elm test - animated icon - big win to have a bg and not garbage
-rw-r--r--src/bin/elementary/test_icon_animated.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/elementary/test_icon_animated.c b/src/bin/elementary/test_icon_animated.c
index 3ecfa26950..301f9a9385 100644
--- a/src/bin/elementary/test_icon_animated.c
+++ b/src/bin/elementary/test_icon_animated.c
@@ -22,8 +22,7 @@ test_icon_animated(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *e
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
- win = elm_win_add(NULL, "icon-animated-gif", ELM_WIN_BASIC);
- elm_win_title_set(win, "Icon Animated Gif");
+ win = elm_win_util_standard_add("icon-animated-gif", "Icon Animated Gif");
elm_win_autodel_set(win, EINA_TRUE);
bx = elm_box_add(win);