Update bubble.py

This commit is contained in:
Akshay Arora 2014-07-10 01:14:24 +05:30
parent 7a3b287f7b
commit 35ff1cb002
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ class Bubble(GridLayout):
self_content.parent = None
self_arrow_img.size_hint = (1, None)
self_arrow_img.height = dp(10)
self_arrow_img.height = dp(self_arrow_img.texture_size[1])
self_arrow_img.pos = 0, 0
widget_list = []
arrow_list = []