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

Unified Diff: ui/keyboard/resources/webui/constants.js

Issue 16336002: Adjust the WebUI keyboard css and layout to work better in narrow spaces. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Compromise padding Created 7 years, 6 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/elements/kb-key.html ('k') | ui/keyboard/resources/webui/keysets.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/webui/constants.js
diff --git a/ui/keyboard/resources/webui/constants.js b/ui/keyboard/resources/webui/constants.js
index ea620c6d54619196345ce885b321ed2107ede064..94ccfb2f96efdfccccb5a1d9224dd939e37b3380 100644
--- a/ui/keyboard/resources/webui/constants.js
+++ b/ui/keyboard/resources/webui/constants.js
@@ -13,7 +13,7 @@ var ASPECT_RATIO = 2.0;
* Ratio of key height and font size.
* @type {number}
*/
-var FONT_SIZE_RATIO = 3.5;
+var FONT_SIZE_RATIO = 2;
/**
* The number of rows in each keyset.
« no previous file with comments | « ui/keyboard/resources/elements/kb-key.html ('k') | ui/keyboard/resources/webui/keysets.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698