Merge "fix wrong description in text-style" into devel/master
authorBowon Ryu <bowon.ryu@samsung.com>
Mon, 24 Jan 2022 11:02:52 +0000 (11:02 +0000)
committerGerrit Code Review <gerrit@review>
Mon, 24 Jan 2022 11:02:52 +0000 (11:02 +0000)
dali-toolkit/devel-api/controls/text-controls/text-style-properties-devel.h

index 94b05ee..e3641f6 100644 (file)
@@ -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,