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 /res | |
| 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 'res')
| -rw-r--r-- | res/no_button.png | bin | 454 -> 0 bytes |
| -rw-r--r-- | res/yes_button.png | bin | 500 -> 0 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/res/no_button.png b/res/no_button.png Binary files differdeleted file mode 100644 index cb295d1..0000000 --- a/res/no_button.png +++ /dev/null diff --git a/res/yes_button.png b/res/yes_button.png Binary files differdeleted file mode 100644 index 48bd3fe..0000000 --- a/res/yes_button.png +++ /dev/null |
