Skip to content

Commit 99b55bd

Browse files
committed
2.4.1027
2.4.1027
1 parent 61f5652 commit 99b55bd

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

builder/Main.swf

545 Bytes
Binary file not shown.

builder/MornUILib.swc

689 Bytes
Binary file not shown.

builder/MornUILib.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<Label className="morn.core.components.Label" inherit="Component" defaultValue="text='label'" resName="label" icon="Label" drag="3">
5858
<prop name="text" tips="文本" type="string" default="" />
5959
<prop name="align" tips="对齐" type="option" option="left,center,right" default="" />
60-
<prop name="autoSize" tips="自适应" type="string" default="" />
60+
<prop name="autoSize" tips="自适应" type="option" option="none,left,center,right" default=""/>
6161
<prop name="bold" tips="是否粗体" type="bool" default="false" />
6262
<prop name="color" tips="颜色" type="color" default="" />
6363
<prop name="font" tips="字体" type="comboBox" option="Arial,SimSun,Microsoft YaHei" default="" />
@@ -177,6 +177,7 @@
177177
<prop name="skin" tips="皮肤" type="string" default="" />
178178
<prop name="sizeGrid" tips="九宫格信息(格式:左边距,上边距,右边距,下边距)" type="string" default="" />
179179
<prop name="labels" tips="标签集合" type="string" default="" />
180+
<prop name="itemSize" tips="项字体大小" type="int" default="" />
180181
<prop name="itemColors" tips="项颜色(格式:overBgColor,overLabelColor,outLableColor,borderColor,bgColor)" type="string" default="" />
181182
<prop name="scrollBarSkin" tips="滚动条" type="string" default="" />
182183
<prop name="selectedIndex" tips="选择索引" type="int" default="" />

0 commit comments

Comments
 (0)