From 106e023c8096a7310a165d3254b09cd4460b1b39 Mon Sep 17 00:00:00 2001 From: DaPa Date: Wed, 8 Jul 2020 14:36:13 +0300 Subject: [PATCH] Fix lv_page_get_height_grid comment --- src/lv_widgets/lv_page.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lv_widgets/lv_page.c b/src/lv_widgets/lv_page.c index 89c6c0f0e..726e404d8 100644 --- a/src/lv_widgets/lv_page.c +++ b/src/lv_widgets/lv_page.c @@ -402,7 +402,7 @@ lv_coord_t lv_page_get_width_grid(lv_obj_t * page, uint8_t div, uint8_t span) } /** - * Divide the height of the object and get the width of a given number of columns. + * Divide the height of the object and get the height of a given number of rows. * Take into account the paddings of the background and scrollable too. * @param obj pointer to an object * @param div indicates how many rows are assumed.