From 953bb50f9da7cab9964ca0478852c3b694132010 Mon Sep 17 00:00:00 2001 From: Lance Ewing Date: Sun, 17 Mar 2024 08:37:22 +0000 Subject: [PATCH] Lowering landscape keyboard even further, for testing. --- core/src/main/java/com/agifans/agile/ui/KeyboardType.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/com/agifans/agile/ui/KeyboardType.java b/core/src/main/java/com/agifans/agile/ui/KeyboardType.java index 7a70aef..651d9c9 100644 --- a/core/src/main/java/com/agifans/agile/ui/KeyboardType.java +++ b/core/src/main/java/com/agifans/agile/ui/KeyboardType.java @@ -22,7 +22,7 @@ public enum KeyboardType { }, "png/landscape_keyboard_lowercase.png", 0.4f, - 130, + 110, 0, 176, 1568, @@ -38,7 +38,7 @@ public enum KeyboardType { }, "png/landscape_keyboard_uppercase.png", 0.4f, - 130, + 110, 0, 176, 1568, @@ -54,7 +54,7 @@ public enum KeyboardType { }, "png/landscape_keyboard_punc_numbers.png", 0.4f, - 130, + 110, 0, 176, 1568,