Skip to content
Snippets Groups Projects
Commit 72a82d7e authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Count up horizontal gap as part of key width

Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73
parent 5d7ba2ce
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,6 @@ public abstract class KeyDetector {
mostCommonWidth = width;
}
}
return mostCommonWidth;
return mostCommonWidth + keyboard.getHorizontalGap();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment