mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
This commit contains only the result of `git add --renormalize .` `git show --ignore-space-change` can verify that this commit only changes whitespace.
29 lines
466 B
JSON
29 lines
466 B
JSON
{
|
|
"items" :
|
|
[
|
|
{
|
|
"name" : "No",
|
|
"itemType" : "Button",
|
|
"pos" : [ 253, 99 ],
|
|
"size" : [ 58, 20 ],
|
|
"id" : 1,
|
|
"enabled" : true
|
|
},
|
|
{
|
|
"name" : "Yes",
|
|
"itemType" : "Button",
|
|
"pos" : [ 184, 99 ],
|
|
"size" : [ 58, 20 ],
|
|
"id" : 2,
|
|
"enabled" : true
|
|
},
|
|
{
|
|
"name" : "^0 already exists.\rDo you want to replace it?",
|
|
"itemType" : "Label",
|
|
"pos" : [ 16, 16 ],
|
|
"size" : [ 295, 74 ],
|
|
"id" : 0,
|
|
"enabled" : false
|
|
}
|
|
]
|
|
} |