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

Unified Diff: ui/keyboard/resources/constants.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/constants.js
diff --git a/ui/keyboard/resources/constants.js b/ui/keyboard/resources/constants.js
index 50353d63abfae38bfebe09ae1d7b759f14c20775..8ef6987b3e2c677b8878f7f035c8afe1704c3027 100644
--- a/ui/keyboard/resources/constants.js
+++ b/ui/keyboard/resources/constants.js
@@ -12,7 +12,8 @@ var RowAlignment = {
STRETCH: "stretch",
LEFT: "left",
RIGHT: "right",
- CENTER: "center"
+ CENTER: "center",
+ STRETCHRIGHT: "stretchright"
bshe 2014/01/31 16:09:49 you may want to add a short description of what is
}
/**
« no previous file with comments | « no previous file | ui/keyboard/resources/layouts/system-qwerty.html » ('j') | ui/keyboard/resources/layouts/system-qwerty.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698