We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5080b4 commit 60231e6Copy full SHA for 60231e6
2 files changed
main.js
@@ -47,9 +47,9 @@ ui.layout(
47
<text textSize='16sp'>自定义</text>
48
<horizontal>
49
<text>保存的配置</text>
50
- <spinner id="configs" spinnerMode="dialog" entries=""></spinner>
51
- <button id="loadConfig">加载</button>
52
- <button id="deleteConfig">删除</button>
+ <spinner id="configs" w="150" spinnerMode="dialog" entries=""></spinner>
+ <button id="loadConfig" w="60">加载</button>
+ <button id="deleteConfig" w="60">删除</button>
53
</horizontal>
54
<button id="clear">清空输入框</button>
55
<input id="custom" inputType="textMultiLine"/>
project.json
@@ -36,5 +36,5 @@
36
},
37
"scripts": {},
38
"versionCode": 1,
39
- "versionName": "0.0.6"
+ "versionName": "0.0.7"
40
}
0 commit comments