docs(scale): fix rst

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-19 10:50:09 +02:00
parent c8987aa4d8
commit 74ca34c8de

View File

@@ -15,7 +15,7 @@ The scale widget is divided in the following three parts:
- :cpp:enumerator:`LV_PART_ITEMS` Minor ticks. See red minor ticks in the example image. - :cpp:enumerator:`LV_PART_ITEMS` Minor ticks. See red minor ticks in the example image.
- :cpp:enumerator:`LV_PART_INDICATOR` Major ticks and its labels (if enabled). See pink labels and green major ticks in the example image. - :cpp:enumerator:`LV_PART_INDICATOR` Major ticks and its labels (if enabled). See pink labels and green major ticks in the example image.
![](/misc/scale.png "Scale example") .. image:: /misc/par_/scale.png
Usage Usage
***** *****
@@ -55,13 +55,13 @@ Keys
No keys supported by this widget. No keys supported by this widget.
Example Example
******* *******
.. include:: ../../../examples/widgets/scale/index.rst .. include:: ../examples/widgets/scale/index.rst
API API
*** ***
.. doxygenfile:: lv_scale.h :ref:`lv_scale`
:project: lvgl