We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82de965 commit 2401d2cCopy full SHA for 2401d2c
1 file changed
app/src/main/java/io/github/yawnoc/strokeinput/InputContainer.java
@@ -682,7 +682,7 @@ private void updateKeyPreview() {
682
final int previewHeight = keyPreview.height;
683
684
final int previewMargin = activeKey.previewMargin;
685
- final int previewX = activeKey.x;
+ final int previewX = activeKey.x - (previewWidth - activeKey.width) / 2;
686
final int previewY = activeKey.y - previewHeight - previewMargin;
687
688
if (keyPreviewPopup.isShowing()) {
0 commit comments