Merge lp:~bfiller/ubuntu-keyboard/fix-disappearing-key into lp:ubuntu-keyboard

Proposed by Bill Filler
Status: Merged
Approved by: Michael Sheldon
Approved revision: 344
Merged at revision: 344
Proposed branch: lp:~bfiller/ubuntu-keyboard/fix-disappearing-key
Merge into: lp:ubuntu-keyboard
Diff against target: 11 lines (+1/-1)
1 file modified
qml/keys/key_constants.js (+1/-1)
To merge this branch: bzr merge lp:~bfiller/ubuntu-keyboard/fix-disappearing-key
Reviewer Review Type Date Requested Status
Michael Sheldon (community) Approve
PS Jenkins bot continuous-integration Needs Fixing
Review via email: mp+254189@code.launchpad.net

Commit message

change fontFamily to Ubuntu to work around disappearing "h" key

Description of the change

change fontFamily to Ubuntu to work around disappearing "h" key

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Tested on Mako and Krillin and it doesn't cause any adverse effects there, so this looks like a good solution until we can figure out the underlying cause.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/keys/key_constants.js'
2--- qml/keys/key_constants.js 2014-09-18 11:18:08 +0000
3+++ qml/keys/key_constants.js 2015-03-26 02:55:08 +0000
4@@ -19,7 +19,7 @@
5 var keyMargins = 1.8; // dp
6 var fontSize = 2.5; // gu
7 var fontSizeMagnified = 4; // gu
8-var fontFamily = "Ubuntu Medium";
9+var fontFamily = "Ubuntu";
10 var fontColor = "#5d5d5d"
11 var fontBold = false
12

Subscribers

People subscribed via source and target branches