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

Unified Diff: ui/keyboard/resources/layouts/qwerty.html

Issue 252223002: Remove numeric hinttext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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-keyset.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/resources/layouts/qwerty.html
diff --git a/ui/keyboard/resources/layouts/qwerty.html b/ui/keyboard/resources/layouts/qwerty.html
index 0c65162957f51333277f77a91f56fcbcd879aa53..3c357caab1f955e04632c974aca3be99ba31c382 100644
--- a/ui/keyboard/resources/layouts/qwerty.html
+++ b/ui/keyboard/resources/layouts/qwerty.html
@@ -5,10 +5,9 @@
-->
-<kb-keyset id="qwerty-upper" pitch="10 20">
- <kb-row>
- <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890">
- </kb-key-sequence>
+<kb-keyset id="qwerty-upper" flick=false pitch="10 20">
+ <kb-row class="hide-hint-text">
+ <kb-key-sequence keys="QWERTYUIOP" hintTexts="1234567890"></kb-key-sequence>
<kb-key class="dark" char="&#x0008;" image="backspace.png"
repeat sound="keypress-delete" stretch weight="110"></kb-key>
</kb-row>
@@ -39,10 +38,9 @@
</kb-altkey-container>
</kb-keyset>
-<kb-keyset id="qwerty-lower" isDefault=true pitch="10 20">
- <kb-row>
- <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890">
- </kb-key-sequence>
+<kb-keyset id="qwerty-lower" flick=false isDefault=true pitch="10 20">
+ <kb-row class="hide-hint-text">
+ <kb-key-sequence keys="qwertyuiop" hintTexts="1234567890"></kb-key-sequence>
<kb-key class="dark" char="&#x0008;" repeat stretch align="right"
image="backspace.png" sound="keypress-delete" weight="110"></kb-key>
</kb-row>
« no previous file with comments | « ui/keyboard/resources/elements/kb-keyset.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698