| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 "layers": [ | 3 "layers": [ |
| 4 { | 4 { |
| 5 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 6 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 7 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 8 "drawsContent": true | 8 "drawsContent": true |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "name": "LayoutTextControl TEXTAREA", | 11 "name": "LayoutTextControl TEXTAREA", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "name": "Scroll Corner Layer", | 75 "name": "Scroll Corner Layer", |
| 76 "position": [190, 110], | 76 "position": [190, 110], |
| 77 "bounds": [15, 15], | 77 "bounds": [15, 15], |
| 78 "drawsContent": true | 78 "drawsContent": true |
| 79 } | 79 } |
| 80 ] | 80 ] |
| 81 } | 81 } |
| 82 | 82 |
| OLD | NEW |