electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit d0e6747bb5667fcf425e0d83df1e89b4fc94f18e
parent f8530b1cdaf9a8e044cddb962ae1e6ffcdb77085
Author: SomberNight <somber.night@protonmail.com>
Date:   Fri, 29 May 2020 21:31:52 +0200

kivy: (fix) popups had white background with recent kivy

fixes #6191

Diffstat:
Melectrum/gui/kivy/data/style.kv | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/electrum/gui/kivy/data/style.kv b/electrum/gui/kivy/data/style.kv @@ -436,6 +436,7 @@ # Popup widget <Popup>: _container: container + background_color: (0, 0, 0, 0.7) GridLayout: padding: '12dp' cols: 1