tkivy: (fix) popups had white background with recent kivy - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit d0e6747bb5667fcf425e0d83df1e89b4fc94f18e DIR parent f8530b1cdaf9a8e044cddb962ae1e6ffcdb77085 HTML 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: M electrum/gui/kivy/data/style.kv | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/electrum/gui/kivy/data/style.kv b/electrum/gui/kivy/data/style.kv t@@ -436,6 +436,7 @@ # Popup widget <Popup>: _container: container + background_color: (0, 0, 0, 0.7) GridLayout: padding: '12dp' cols: 1