1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

chore(obj_pos): fix typo (#6336)

This commit is contained in:
Benign X 2024-06-08 05:39:36 +08:00 committed by GitHub
parent d85a39e78c
commit b6c258c187
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -256,14 +256,14 @@ int32_t lv_obj_get_y(const lv_obj_t * obj);
int32_t lv_obj_get_y2(const lv_obj_t * obj);
/**
* Get the actually set x coordinate of object, i.e. the offset form the set alignment
* Get the actually set x coordinate of object, i.e. the offset from the set alignment
* @param obj pointer to an object
* @return the set x coordinate
*/
int32_t lv_obj_get_x_aligned(const lv_obj_t * obj);
/**
* Get the actually set y coordinate of object, i.e. the offset form the set alignment
* Get the actually set y coordinate of object, i.e. the offset from the set alignment
* @param obj pointer to an object
* @return the set y coordinate
*/