Chromium Code Reviews| Index: ui/keyboard/resources/main.js |
| diff --git a/ui/keyboard/resources/main.js b/ui/keyboard/resources/main.js |
| index 0b07c90615d9877361fb54a0e6865cbce15f819a..1da22d319203c7457ff2697b84f539fe6a0a2eed 100644 |
| --- a/ui/keyboard/resources/main.js |
| +++ b/ui/keyboard/resources/main.js |
| @@ -458,6 +458,8 @@ |
| case RowAlignment.JUSTIFY: |
|
bshe
2014/01/31 16:09:49
nit: doesn't look like we have a JUSTIFY in the en
rsadam
2014/01/31 16:22:29
Typo! Fixed!
|
| xOffset += extra; |
| break; |
| + case RowAlignment.STRETCHRIGHT: |
| + all[all.length-1].setAttribute('bonus', extra); |
| default: |
| break; |
| }; |