Skip to content

Commit 2002df4

Browse files
authored
Update widgets.md (#5388)
Remove repetition
1 parent bafffc3 commit 2002df4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/lvgl/widgets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Similarly to CSS, LVGL also supports `min_width`, `max_width`, `min_height` and
4343
- `"ACTIVE"` : Show scroll bars while a widget is being scrolled.
4444
- `"AUTO"` : Show scroll bars when the content is large enough to be scrolled (default).
4545

46-
- **align** (*Optional*, enum): Alignment of the of the widget relative to the parent. A child widget is clipped to its parent boundaries. One of the values *not* starting with `OUT_` (see picture below).
47-
- **align_to** (*Optional*, list): Alignment of the of the widget relative to another widget on the same level:
46+
- **align** (*Optional*, enum): Alignment of the widget relative to the parent. A child widget is clipped to its parent boundaries. One of the values *not* starting with `OUT_` (see picture below).
47+
- **align_to** (*Optional*, list): Alignment of the widget relative to another widget on the same level:
4848
- **id** (**Required**): The ID of a widget *to* which you want to align.
4949
- **align** (**Required**, string): Desired alignment (one of the values starting with `OUT_` ).
5050
- **x** (*Optional*, int16 or percentage): Horizontal offset position. Default `0`.

0 commit comments

Comments
 (0)