Fix FileListEntry text alignment. references #3922

This commit is contained in:
Zen-CODE 2016-01-18 20:28:13 +02:00
parent 417fdc3dc5
commit 1907f1bf4b
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