From e277114631da2caf6cebcf020ab19fdce6c068c0 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 1 Jan 2024 21:20:33 +0100 Subject: [PATCH] docs(meter): change LV_PART_TICK -> LV_PART_TICKS fixes #5143 --- docs/widgets/extra/meter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/extra/meter.md b/docs/widgets/extra/meter.md index 2d9a0f9d7..93842c450 100644 --- a/docs/widgets/extra/meter.md +++ b/docs/widgets/extra/meter.md @@ -5,7 +5,7 @@ The Meter widget can visualize data in very flexible ways. In can show arcs, nee ## Parts and Styles - `LV_PART_MAIN` The background of the Meter. Uses the typical background properties. -- `LV_PART_TICK` The tick lines a labels using the *line* and *text* style properties. +- `LV_PART_TICKS` The tick lines a labels using the *line* and *text* style properties. - `LV_PART_INDICATOR` The needle line or image using the *line* and *img* style properties, as well as the background properties to draw a square (or circle) on the pivot of the needles. Padding makes the square larger. - `LV_PART_ITEMS` The arcs using the *arc* properties.