evas_object_color_set(rt, 0, 0, 0, 0);
evas_object_size_hint_min_set(rt,
- (int)72 * elm_scale_get(),
- (int)72 * elm_scale_get());
+ (int)72 * elm_config_scale_get(),
+ (int)72 * elm_config_scale_get());
elm_object_part_content_set(icon, "icon_ly", rt);
elm_object_part_content_set(icon, "icon", icon_ly);
evas_object_color_set(rt, 0, 0, 0, 0);
evas_object_size_hint_min_set(rt,
- (int)72 * elm_scale_get(),
- (int)72 * elm_scale_get());
+ (int)72 * elm_config_scale_get(),
+ (int)72 * elm_config_scale_get());
elm_object_part_content_set(icon, "icon_ly", rt);
elm_object_part_content_set(icon, "icon", icon_ly);