mirror of https://github.com/kivy/kivy.git
Merge pull request #3925 from kivy/filechooser_alignment
Fix FileListEntry text alignment. references #3922
This commit is contained in:
commit
74b09f75fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue