| Index: ui/keyboard/resources/layouts/qwerty.html
|
| diff --git a/ui/keyboard/resources/layouts/qwerty.html b/ui/keyboard/resources/layouts/qwerty.html
|
| index f2b81e55c6a6c4bdab24c3d62d68b61b0ad203c8..193e4de0004e18b5717eba6abe7550ca0499bf14 100644
|
| --- a/ui/keyboard/resources/layouts/qwerty.html
|
| +++ b/ui/keyboard/resources/layouts/qwerty.html
|
| @@ -26,7 +26,7 @@
|
| <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
|
| align="left" weight="105">?123</kb-key>
|
| <kb-key class="dark">_</kb-key>
|
| - <kb-key class="dark">/</kb-key>
|
| + <kb-key class="dark" stretch>/</kb-key>
|
| <kb-key char=" " class="space" weight="540"></kb-key>
|
| <kb-key class="dark">,</kb-key>
|
| <kb-key class="dark">.</kb-key>
|
| @@ -57,7 +57,7 @@
|
| <kb-key class="dark" toKeyset="down:symbol" char="Invalid"
|
| align="left" weight="105">?123</kb-key>
|
| <kb-key class="dark">_</kb-key>
|
| - <kb-key class="dark">/</kb-key>
|
| + <kb-key class="dark" stretch>/</kb-key>
|
| <kb-key char=" " class="space" weight="540"></kb-key>
|
| <kb-key class="dark">,</kb-key>
|
| <kb-key class="dark">.</kb-key>
|
| @@ -88,7 +88,7 @@
|
| <kb-row>
|
| <kb-abc-key align="left" weight="105">ABC</kb-abc-key>
|
| <kb-key class="dark">_</kb-key>
|
| - <kb-key class="dark">/</kb-key>
|
| + <kb-key class="dark" stretch>/</kb-key>
|
| <kb-key char=" " class="space" weight="540"></kb-key>
|
| <kb-key class="dark">,</kb-key>
|
| <kb-key class="dark">.</kb-key>
|
| @@ -125,11 +125,11 @@
|
| <kb-row>
|
| <kb-abc-key align="left" weight="105">ABC</kb-abc-key>
|
| <kb-key class="dark"><</kb-key>
|
| - <kb-key class="dark">></kb-key>
|
| + <kb-key class="dark" stretch>></kb-key>
|
| <kb-key char=" " class="space" weight="540"></kb-key>
|
| <kb-key class="dark">,</kb-key>
|
| <kb-key class="dark">.</kb-key>
|
| - <kb-hide-keyboard-key weight="105">hide</kb-hide-keyboard-key>
|
| + <kb-hide-keyboard-key stretch weight="105">hide</kb-hide-keyboard-key>
|
| </kb-row>
|
| </kb-keyset>
|
| </template>
|
|
|