big update
This commit is contained in:
14
src/client/haxe/layout/frames/person_list.json
Normal file
14
src/client/haxe/layout/frames/person_list.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"pWidth": 100, "pHeight": 100, "layoutMargin": 3, "paddings": 10,
|
||||
"views": [
|
||||
{
|
||||
"id": "list", "@type": "haxework.gui.list.VListView<ru.m.tankz.proto.Person>",
|
||||
"factory": "@class:ru.m.tankz.view.frames.list.PersonView",
|
||||
"scroll": {
|
||||
"@type": "haxework.gui.list.VScrollView",
|
||||
"skin": {"@type": "haxework.gui.list.VScrollSkin"}
|
||||
},
|
||||
"pWidth": 100, "pHeight": 100, "layoutMargin": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user