summaryrefslogtreecommitdiff
path: root/src/bin/elementary/test_ctxpopup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/elementary/test_ctxpopup.c')
-rw-r--r--src/bin/elementary/test_ctxpopup.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/elementary/test_ctxpopup.c b/src/bin/elementary/test_ctxpopup.c
index f547f08951..2b95bbe389 100644
--- a/src/bin/elementary/test_ctxpopup.c
+++ b/src/bin/elementary/test_ctxpopup.c
@@ -563,6 +563,7 @@ test_ctxpopup(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_
evas_object_show(list);
elm_list_go(list);
- evas_object_resize(win, 400, 400);
+ evas_object_resize(win, 400 * elm_config_scale_get(),
+ 400 * elm_config_scale_get());
evas_object_show(win);
}