account for shell when positioning the keyboard
This commit is contained in:
parent
3b1722f5ff
commit
3203c4c860
Binary file not shown.
Binary file not shown.
@ -146,8 +146,8 @@ def model():
|
||||
thickness=thickness,
|
||||
bottom_face="<Z",
|
||||
back_face=None,
|
||||
offset_x=0,
|
||||
offset_y=kbd_height,
|
||||
offset_x=shell_t,
|
||||
offset_y=kbd_height + shell_t,
|
||||
shell_t=shell_t,
|
||||
)
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user