Index: ui/keyboard/resources/constants.js |
diff --git a/ui/keyboard/resources/constants.js b/ui/keyboard/resources/constants.js |
index 9b017046deee499dfc8b00519f880168045af90e..e3a8882496c608b6d0c3649635768389579740c0 100644 |
--- a/ui/keyboard/resources/constants.js |
+++ b/ui/keyboard/resources/constants.js |
@@ -62,13 +62,13 @@ var KEY_ASPECT_RATIO_LANDSCAPE = 1.46; |
* The ratio between the height and width of the compact keyboard. |
* @type {number} |
*/ |
-var DEFAULT_KEYBOARD_ASPECT_RATIO = 0.3; |
+var DEFAULT_KEYBOARD_ASPECT_RATIO = 0.41; |
/** |
* The ratio between the height and width of the a11y keyboard. |
* @type {number} |
*/ |
-var DEFAULT_A11Y_KEYBOARD_ASPECT_RATIO = 0.41; |
+var DEFAULT_A11Y_KEYBOARD_ASPECT_RATIO = 0.3; |
kevers
2014/04/28 20:07:53
Should be consistent with size of extension IME ba
bshe
2014/04/28 20:32:36
Done.
|
/** |
* The default weight of a key. |