Skip to content
This repository was archived by the owner on Mar 5, 2024. It is now read-only.

Commit bc2bea9

Browse files
committed
for Group, HGroup and VGroup put % within template as it may not be used for sizing
1 parent c4456fa commit bc2bea9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snippets/snippets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"Group": {
221221
"prefix": "Group",
222222
"body": [
223-
"<s:Group width=\"${1:100}%\" height=\"${2:100}%\">",
223+
"<s:Group width=\"${1:100%}\" height=\"${2:100%}\">",
224224
"\t$TM_SELECTED_TEXT$0",
225225
"</s:Group>"
226226
],
@@ -240,7 +240,7 @@
240240
"HGroup": {
241241
"prefix": "HGroup",
242242
"body": [
243-
"<s:HGroup width=\"${1:100}%\" height=\"${2:100}%\" >",
243+
"<s:HGroup width=\"${1:100%}\" height=\"${2:100%}\">",
244244
"\t$TM_SELECTED_TEXT$0",
245245
"</s:HGroup>"
246246
],
@@ -580,7 +580,7 @@
580580
"VGroup": {
581581
"prefix": "VGroup",
582582
"body": [
583-
"<s:VGroup width=\"${1:100}%\" height=\"${2:100}%\" >",
583+
"<s:VGroup width=\"${1:100%}\" height=\"${2:100%}\">",
584584
"\t$TM_SELECTED_TEXT$0",
585585
"</s:VGroup>"
586586
],

0 commit comments

Comments
 (0)