diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f04e7cc3..0286cadee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. This project uses the changelog in accordance with [keepchangelog](http://keepachangelog.com/). Please use this to write notable changes, which is not the same as git commit log... ## [unreleased][unreleased] +- Fixed `tools/ePassport` - a disabled button drew Kivy's banded disabled texture, which left its label unreadable (@pkilar) - Fixed `hf 14b` - a card asking for a waiting time extension of 4 or more left the timeout at zero, so any ISO14443-B card needing time to answer looked like it had stopped responding (@pkilar) - Fixed `hf mfdes chk` - now handles `-k` user supplied keys properly (@iceman1001) - Fixed `BigBuf_Clear_keep_EM()` - now also clear the trace length set (@iceman1001) diff --git a/tools/ePassport/epassport/ui/app.kv b/tools/ePassport/epassport/ui/app.kv index 6f06a5bd0..b506150e7 100644 --- a/tools/ePassport/epassport/ui/app.kv +++ b/tools/ePassport/epassport/ui/app.kv @@ -7,6 +7,13 @@ #:import ScanScreen epassport.ui.scan.ScanScreen #:import BinButton epassport.ui.widgets.binbutton.BinButton +# Kivy's disabled button texture is pale at the edges and dark in the middle, +# which stretches into three bands and leaves the label unreadable. Keep the +# normal background and let the dimmed text carry the disabled state. +