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 )