Chromium Code Reviews| Index: ui/keyboard/resources/layouts/qwerty.html |
| diff --git a/ui/keyboard/resources/layouts/qwerty.html b/ui/keyboard/resources/layouts/qwerty.html |
| index 0c65162957f51333277f77a91f56fcbcd879aa53..09279a3a7737a87ec3c94efe534a20b54f721ecc 100644 |
| --- a/ui/keyboard/resources/layouts/qwerty.html |
| +++ b/ui/keyboard/resources/layouts/qwerty.html |
| @@ -5,10 +5,9 @@ |
| --> |
| -<kb-keyset id="qwerty-upper" pitch="10 20"> |
| - <kb-row> |
| - <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"> |
| - </kb-key-sequence> |
| +<kb-keyset id="qwerty-upper" flick=false pitch="10 20"> |
| + <kb-row class="no-hint-text"> |
|
bshe
2014/05/02 17:24:59
nit: consider rename it to "hide-hint-text".
|
| + <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"></kb-key-sequence> |
| <kb-key class="dark" char="" image="backspace.png" |
| repeat sound="keypress-delete" stretch weight="110"></kb-key> |
| </kb-row> |
| @@ -39,10 +38,9 @@ |
| </kb-altkey-container> |
| </kb-keyset> |
| -<kb-keyset id="qwerty-lower" isDefault=true pitch="10 20"> |
| - <kb-row> |
| - <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"> |
| - </kb-key-sequence> |
| +<kb-keyset id="qwerty-lower" flick=false isDefault=true pitch="10 20"> |
| + <kb-row class="no-hint-text"> |
| + <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"></kb-key-sequence> |
| <kb-key class="dark" char="" repeat stretch align="right" |
| image="backspace.png" sound="keypress-delete" weight="110"></kb-key> |
| </kb-row> |