Commit 6ec7bf54476a8e731ba91afd13f879650a0039a0
1 parent
7f4f655ab0
Exists in
master
Primera versión estable
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
.gitignore
src/js/controller.js
| ... | ... | @@ -10,8 +10,8 @@ angular.module('focaTeclado') |
| 10 | 10 | {type: 'erase', colspan: 3, text: 'spr'} |
| 11 | 11 | ], |
| 12 | 12 | [ |
| 13 | - {type: 'margin', colspan: 2}, | |
| 14 | - {type: 'button', colspan: 4, text: ' '} | |
| 13 | + {type: 'margin', colspan: 1}, | |
| 14 | + {type: 'button', colspan: 6, text: ' '} | |
| 15 | 15 | ] |
| 16 | 16 | ]; |
| 17 | 17 |