Update quick-overview.md (#2295)

* Update quick-overview.md

* Update quick-overview.md

* Update lv_example_get_started_3.c

* Update coords.md
This commit is contained in:
Ali Rostami
2021-06-07 17:02:00 +04:30
committed by Gabor Kiss-Vamosi
parent 70911accf5
commit a4b7ef4f50
3 changed files with 5 additions and 5 deletions

View File

@@ -148,7 +148,7 @@ For example to align a label above a button and center the label is horizontally
lv_obj_align_to(label, btn, LV_ALIGN_OUT_TOP_MID, 0, -10);
```
Not that - unlike with `lv_obj_align()` - `lv_obj_align_to()` can not realign the object if its coordinates or the reference object's coordinates changes.
Note that - unlike with `lv_obj_align()` - `lv_obj_align_to()` can not realign the object if its coordinates or the reference object's coordinates changes.
## Size