From 71a10e4ecd4acfddcea279a0b5da219dfb002ff7 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 23 Jul 2021 13:32:08 +0200 Subject: [PATCH] fix(example) adjust the object sizes in lv_example_anim_timeline_1() --- examples/anim/lv_example_anim_timeline_1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/anim/lv_example_anim_timeline_1.c b/examples/anim/lv_example_anim_timeline_1.c index 45a1bb3f3b..3d8dc33cae 100644 --- a/examples/anim/lv_example_anim_timeline_1.c +++ b/examples/anim/lv_example_anim_timeline_1.c @@ -7,8 +7,8 @@ static lv_obj_t * obj1 = NULL; static lv_obj_t * obj2 = NULL; static lv_obj_t * obj3 = NULL; -static const lv_coord_t obj_width = 150; -static const lv_coord_t obj_height = 200; +static const lv_coord_t obj_width = 90; +static const lv_coord_t obj_height = 70; static void set_width(void * var, int32_t v) {