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

Unified Diff: ui/keyboard/resources/main.js

Issue 150783002: Aligns the Q A Z keys on the a11y keyboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make mic smaller. Created 6 years, 11 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
Index: ui/keyboard/resources/main.js
diff --git a/ui/keyboard/resources/main.js b/ui/keyboard/resources/main.js
index 0b07c90615d9877361fb54a0e6865cbce15f819a..1da22d319203c7457ff2697b84f539fe6a0a2eed 100644
--- a/ui/keyboard/resources/main.js
+++ b/ui/keyboard/resources/main.js
@@ -458,6 +458,8 @@
case RowAlignment.JUSTIFY:
bshe 2014/01/31 16:09:49 nit: doesn't look like we have a JUSTIFY in the en
rsadam 2014/01/31 16:22:29 Typo! Fixed!
xOffset += extra;
break;
+ case RowAlignment.STRETCHRIGHT:
+ all[all.length-1].setAttribute('bonus', extra);
default:
break;
};

Powered by Google App Engine
This is Rietveld 408576698