diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-10 10:34:37 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-10 10:34:37 (GMT) |
| commit | ed242b84a6e70aff344669559c038348c822413a (patch) | |
| tree | b5b8857e5e84ef1a551444ee5be088eb9c496748 /wasp/boards | |
| parent | b6b30238c6f714986f6b5a54a79bdb5672b534c1 (diff) | |
widgets: ConfirmationView: Adopt the button widget
Replace the pixelated Yes/No buttons with text based alternatives.
This also required changes to the pager to change the way the
redraw after changing view is implemented (improved muting and a reset
of the colours).
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'wasp/boards')
| -rw-r--r-- | wasp/boards/sphinx/icons.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wasp/boards/sphinx/icons.py b/wasp/boards/sphinx/icons.py index b17b97e..a5cceac 100644 --- a/wasp/boards/sphinx/icons.py +++ b/wasp/boards/sphinx/icons.py @@ -11,5 +11,3 @@ settings = 'Default settings icon' torch = 'Default torch or flashlight icon' up_arrow = 'Small (16x9) up arrow' down_arrow = 'Small (16x9) down arrow' -yes_button = b'Yes button' -no_button = b'No button' |
