From 0a5c5465d2df4bc5eed0cad3d13d69bee59c4fee Mon Sep 17 00:00:00 2001 From: Carlos Diaz Date: Tue, 1 Mar 2022 06:52:45 -0600 Subject: [PATCH] chore(docs): fix trailing whitespaces in files (#3133) --- docs/overview/style-props.md | 12 +++++----- docs/widgets/core/label.md | 38 ++++++++++++++++---------------- examples/widgets/label/index.rst | 8 +++---- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/overview/style-props.md b/docs/overview/style-props.md index ed924ee99..bef42e50f 100644 --- a/docs/overview/style-props.md +++ b/docs/overview/style-props.md @@ -367,7 +367,7 @@ Sets whether the border should be drawn before or after the children are drawn. Properties to describe the outline. It's like a border but drawn outside of the rectangles. ### outline_width -Set the width of the outline in pixels. +Set the width of the outline in pixels. ### shadow_ofs_x -Set an offset on the shadow in pixels in X direction. +Set an offset on the shadow in pixels in X direction. ### shadow_ofs_y -Set an offset on the shadow in pixels in Y direction. +Set an offset on the shadow in pixels in Y direction. ### line_rounded -Make the end points of the lines rounded. `true`: rounded, `false`: perpendicular line ending +Make the end points of the lines rounded. `true`: rounded, `false`: perpendicular line ending ### arc_rounded -Make the end points of the arcs rounded. `true`: rounded, `false`: perpendicular line ending +Make the end points of the arcs rounded. `true`: rounded, `false`: perpendicular line ending ### text_font -Set the font of the text (a pointer `lv_font_t *`). +Set the font of the text (a pointer `lv_font_t *`).