Fix for Playful design

This commit is contained in:
Hillel Coren 2018-03-05 11:53:18 +02:00
parent 2c1ffd9da1
commit 76e30824ac

View File

@ -92,9 +92,9 @@
"canvas": [ "canvas": [
{ {
"type": "rect", "type": "rect",
"x": 76, "x": 50,
"y": 20, "y": 20,
"w": 182, "w": 208,
"h": 30, "h": 30,
"r": 4, "r": 4,
"lineWidth": 1, "lineWidth": 1,
@ -105,7 +105,7 @@
{ {
"style": "subtotalsBalance", "style": "subtotalsBalance",
"table": { "table": {
"widths": ["*", "35%"], "widths": ["*", "50%"],
"body": "$subtotalsBalance" "body": "$subtotalsBalance"
}, },
"layout": { "layout": {