Skip to content

Commit

Permalink
solves issue SeedSigner#555 (Update keyboard.py)
Browse files Browse the repository at this point in the history
Growning "del" button size property (from 2 to 3) solves navigation issue ("6th dice" -> "del").

solves issue SeedSigner#555
  • Loading branch information
fedebuyito authored Aug 29, 2024
1 parent 235f1d9 commit 7334ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seedsigner/gui/keyboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Keyboard:
"code": "DEL",
"letter": "del",
"font": COMPACT_KEY_FONT,
"size": 2,
"size": 3,
}
KEY_SPACE = {
"code": "SPACE",
Expand Down

0 comments on commit 7334ea1

Please sign in to comment.