fix guage pointer docs

This commit is contained in:
lixianjing 2019-05-15 10:51:40 +08:00
parent 471b9bad5e
commit 6ac45bcf4f
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# 最新动态
* 2019/05/15
* 合并guage pointer支持锚点的补丁(感谢智明提供补丁)。
* 2019/05/14
* style增加margin\_left/margin\_right/margin\_top/margin\_bottom几个参数用于细化之前的margin参数。 这个只影响icon/text不影响子控件(子控件由布局算法决定)

View File

@ -79,14 +79,14 @@ typedef struct _guage_pointer_t {
char* image;
/**
* @property {float_t} center_point_y
* @property {float_t} anchor_x
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
* x坐标
*/
float_t anchor_x;
/**
* @property {float_t} center_point_y
* @property {float_t} anchor_y
* @annotation ["set_prop","get_prop","readable","persitent","design","scriptable"]
* y坐标
*/