From: Adeel Kazmi Date: Wed, 29 Jun 2016 09:28:08 +0000 (-0700) Subject: Merge "Fix Svace issue" into devel/master X-Git-Tag: dali_1.1.41~3 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=fd9780b06023ca21988b0913c6539b733491c6e1;hp=7ebd4cba1a095fdd55eeff79f9293005642a7c38 Merge "Fix Svace issue" into devel/master --- diff --git a/dali-toolkit/public-api/controls/table-view/table-view.h b/dali-toolkit/public-api/controls/table-view/table-view.h index e3f17b7..3f199a5 100644 --- a/dali-toolkit/public-api/controls/table-view/table-view.h +++ b/dali-toolkit/public-api/controls/table-view/table-view.h @@ -63,7 +63,7 @@ class TableView; * | cellHorizontalAlignment | string | * | cellVerticalAlignment | string | * - * The row-span or column span has integer value, but its type is float here due to the limitation of the builder's ability to differentiate integer and float from Json string. + * The rowSpan or columnSpan has integer value, but its type is float here due to the limitation of the builder's ability to differentiate integer and float from Json string. * The available values for cellHorizontalAlignment are: left, center, right. * The available values for cellVerticalAlignment are: top, center, bottom. * @@ -114,7 +114,7 @@ public: * } * @endcode * - * LayoutColumns: set the height of the rows. + * LayoutColumns: set the width of the columns. * It has the format as follows in script: * @code * "layoutColumns":