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

Unified Diff: ui/keyboard/resources/layouts/system-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 | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « ui/keyboard/resources/layouts/qwerty.html ('k') | ui/keyboard/resources/main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698