mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 11:58:03 +02:00
clients: keyboard: increase key_heigth to make the keys square
Signed-off-by: Torben Hohn <torben.hohn@bruker.com>
This commit is contained in:
parent
26258b348f
commit
9375cbbbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue