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

fixes #6191
This commit is contained in:
SomberNight 2020-05-29 21:31:52 +02:00
parent f8530b1cda
commit d0e6747bb5
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -436,6 +436,7 @@
# Popup widget
<Popup>:
_container: container
background_color: (0, 0, 0, 0.7)
GridLayout:
padding: '12dp'
cols: 1