From: Bowon Ryu Date: Mon, 24 Jan 2022 05:21:25 +0000 (+0900) Subject: fix wrong description in text-style X-Git-Tag: dali_2.1.7~4^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=461418d73f776270fb3014f1fb89a234c2dc3dd4 fix wrong description in text-style the default dash width is 2 pixels Change-Id: I91c4a1458f354c67ea8348fad29dc65a8e079711 Signed-off-by: Bowon Ryu --- diff --git a/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h b/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h index 94b05ee..e3641f6 100644 --- a/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h +++ b/dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h @@ -103,7 +103,7 @@ enum /** * @brief The width in pixels of the dashes of the dashed underline. Only valid when "DASHED" underline type is used. * @details Name "dashWidth", type Property::STRING or Property::FLOAT. e.g. "1.0" or 1.f - * @note Optional. If not provided then the default width is used (1 pixel). + * @note Optional. If not provided then the default width is used (2 pixel). */ DASH_WIDTH,