summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_icon_desktops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/elementary/test_icon_desktops.c')
-rw-r--r--src/bin/elementary/test_icon_desktops.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/elementary/test_icon_desktops.c b/src/bin/elementary/test_icon_desktops.c
index 6ab9511162..9d3cd12322 100644
--- a/src/bin/elementary/test_icon_desktops.c
+++ b/src/bin/elementary/test_icon_desktops.c
@@ -101,6 +101,7 @@ test_icon_desktops(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *e
#endif
elm_genlist_item_class_free(it_desk);
- evas_object_resize(win, 320, 480);
+ evas_object_resize(win, 320 * elm_config_scale_get(),
+ 480 * elm_config_scale_get());
evas_object_show(win);
}