Merge pull request #3925 from kivy/filechooser_alignment

Fix FileListEntry text alignment. references #3922
This commit is contained in:
Akshay Arora 2016-02-03 01:48:53 +05:30
commit 74b09f75fd
1 changed files with 1 additions and 0 deletions

View File

@ -327,6 +327,7 @@
pos: root.pos
Label:
id: filename
size_hint_x: None
width: (self.texture_size[0] + dp(4)) if self.texture_size else dp(10)
halign: 'left'
shorten: True