clients: keyboard: increase key_heigth to make the keys square

Signed-off-by: Torben Hohn <torben.hohn@bruker.com>
This commit is contained in:
Torben Hohn 2023-10-06 14:17:05 +02:00 committed by Joscha Wloch
parent 26258b348f
commit 9375cbbbf9

View file

@ -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,