From 4e3b86020fdc8e183335c6c9b8604129e3e3ddcc Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 17 Aug 2021 10:42:50 +0200 Subject: [PATCH] docs(style) fix typo in style property descriptions --- scripts/style_api_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/style_api_gen.py b/scripts/style_api_gen.py index 0064afc63..15e4bec1d 100755 --- a/scripts/style_api_gen.py +++ b/scripts/style_api_gen.py @@ -9,7 +9,7 @@ props = [ 'dsc': "Sets the width of object. Pixel, percentage and `LV_SIZE_CONTENT` values can be used. Percentage values are relative to the width of the parent's content area."}, {'name': 'MIN_WIDTH', - 'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':'idget dependent', 'inherited': 0, 'layout': 1, 'ext_draw': 0, + 'style_type': 'num', 'var_type': 'lv_coord_t' , 'default':0, 'inherited': 0, 'layout': 1, 'ext_draw': 0, 'dsc': "Sets a minimal width. Pixel and percentage values can be used. Percentage values are relative to the width of the parent's content area."}, {'name': 'MAX_WIDTH',