diff --git a/clients/keyboard.c b/clients/keyboard.c index 80f6f58bb..d62969fde 100644 --- a/clients/keyboard.c +++ b/clients/keyboard.c @@ -259,7 +259,7 @@ static const char *style_labels[] = { }; static const double key_width = 30; -static const double key_height = 50; +static const double key_height = 60; enum keyboard_state { KEYBOARD_STATE_DEFAULT,