| Index: ui/keyboard/resources/layouts/system-qwerty.html
|
| diff --git a/ui/keyboard/resources/layouts/system-qwerty.html b/ui/keyboard/resources/layouts/system-qwerty.html
|
| index 0a8525ded1d8291b5b523785c987cc7fbc5b3353..978621b4f6fe9891cfc825b176efb3015734c0b4 100644
|
| --- a/ui/keyboard/resources/layouts/system-qwerty.html
|
| +++ b/ui/keyboard/resources/layouts/system-qwerty.html
|
| @@ -38,7 +38,7 @@
|
| <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key>
|
| </kb-row>
|
| <kb-row>
|
| - <kb-modifier-key class="dark" weight="150" char="Ctrl"
|
| + <kb-modifier-key class="dark" stretch weight="150" char="Ctrl"
|
| align="left">ctrl</kb-modifier-key>
|
| <kb-modifier-key class="dark" stretch weight="150" char="Alt"
|
| align="left">alt</kb-modifier-key>
|
| @@ -85,7 +85,7 @@
|
| <kb-shift-key stretch weight="135" align="right">shift</kb-shift-key>
|
| </kb-row>
|
| <kb-row>
|
| - <kb-modifier-key class="symbol dark" weight="150" char="Ctrl"
|
| + <kb-modifier-key class="symbol dark" stretch weight="150" char="Ctrl"
|
| align="left">ctrl</kb-modifier-key>
|
| <kb-modifier-key class="symbol dark" stretch weight="150" char="Alt"
|
| align="left">alt</kb-modifier-key>
|
| @@ -98,7 +98,7 @@
|
| weight="75"> </kb-key>
|
| <kb-key class="dark" repeat char="Arrow-Right" image="right"
|
| weight="75"></kb-key>
|
| - <kb-hide-keyboard-key stretch image="keyboard"></kb-hide-keyboard-key>
|
| + <kb-hide-keyboard-key image="keyboard" stretch></kb-hide-keyboard-key>
|
| </kb-row>
|
| <kb-altkey-container hidden>
|
| </kb-altkey-container>
|
|
|