fix(example) adjust the object sizes in lv_example_anim_timeline_1()

This commit is contained in:
Gabor Kiss-Vamosi
2021-07-23 13:32:08 +02:00
parent 7f9297879f
commit 71a10e4ecd

View File

@@ -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)
{