Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Unified Diff: ui/keyboard/resources/layouts/qwerty.html

Issue 163473003: Fixes alignment of spacebar row. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/keyboard/resources/layouts/system-qwerty.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">&lt;</kb-key>
- <kb-key class="dark">&gt;</kb-key>
+ <kb-key class="dark" stretch>&gt;</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>
« no previous file with comments | « no previous file | ui/keyboard/resources/layouts/system-qwerty.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698