Browse Source

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

fixes #6191
master
SomberNight 4 years ago
parent
commit
d0e6747bb5
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/gui/kivy/data/style.kv

1
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

Loading…
Cancel
Save