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
|
} |
/** |