From abf128bb3ce12fa3d1641c9ec5704dec9251b272 Mon Sep 17 00:00:00 2001 From: pelya Date: Thu, 2 Dec 2010 17:14:35 +0200 Subject: [PATCH] Bigger button for text input --- .../jni/sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/jni/sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c b/project/jni/sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c index 57b9abc51..f6fbe460f 100644 --- a/project/jni/sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c +++ b/project/jni/sdl-1.3/src/video/android/SDL_touchscreenkeyboard.c @@ -733,8 +733,8 @@ JAVA_EXPORT_NAME(Settings_nativeSetupScreenKeyboard) ( JNIEnv* env, jobject thi } buttons[6].x = 0; buttons[6].y = 0; - buttons[6].w = SDL_ANDROID_sWindowHeight/15; - buttons[6].h = SDL_ANDROID_sWindowHeight/15; + buttons[6].w = SDL_ANDROID_sWindowHeight/10; + buttons[6].h = SDL_ANDROID_sWindowHeight/10; } if( !showArrows )