mirror of https://github.com/kivy/kivy.git
Merge branch 'master' of ssh://github.com/kivy/kivy
This commit is contained in:
commit
9bcb687917
|
@ -27,7 +27,7 @@
|
|||
pos: int(self.center_x - self.texture_size[0] / 2.), int(self.center_y - self.texture_size[1] / 2.)
|
||||
|
||||
<BubbleContent>
|
||||
rows: 1
|
||||
rows: 1
|
||||
canvas:
|
||||
Color:
|
||||
rgba: self.parent.background_color if self.parent else (1, 1, 1, 1)
|
||||
|
|
Loading…
Reference in New Issue