Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 9 of 9) sorted by relevance

/lvgl-latest/examples/layouts/flex/
Dindex.rst7 Arrange items in rows with wrap and even spacing
/lvgl-latest/docs/details/widgets/
Dcheckbox.rst21 ``pad_column`` adjusts spacing between tickbox and label
Ddropdown.rst48 spacing on the right.
/lvgl-latest/docs/details/base-widget/layouts/
Dflex.rst15 adjust the spacing between items and tracks, handle *grow* to make
105 that the spacing between any two items (and the space to the edges) is
Dgrid.rst108 - :cpp:enumerator:`LV_GRID_ALIGN_SPACE_EVENLY`: items are distributed so that the spacing
/lvgl-latest/src/libs/thorvg/
DtvgLottieBuilder.cpp1101 auto spacing = (*s)->style.lineSpacing(frameNo); in updateText() local
1102 if (spacing > lineSpacing) lineSpacing = spacing; in updateText()
/lvgl-latest/docs/details/base-widget/
Dscroll.rst77 ``pad_left/right/top/bottom`` sets the spacing around the scrollbars,
/lvgl-latest/docs/details/main-components/
Dfont.rst264 Fonts may provide kerning information to adjust the spacing between specific
/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst323 Properties to describe spacing between the parent's sides and the children and among the children. …
426 Properties to describe spacing around a Widget. Very similar to the margin properties in HTML.