remove hardcoded font names from FileChooserListLayout kv

This commit is contained in:
dessant 2015-01-25 12:30:12 +02:00
parent 704439b294
commit 1d65a0004d
1 changed files with 0 additions and 2 deletions

View File

@ -272,14 +272,12 @@
text_size: self.size
halign: 'left'
bold: True
font_name: 'data/fonts/DroidSans-Bold.ttf'
Label:
text: 'Size'
text_size: self.size
size_hint_x: None
halign: 'right'
bold: True
font_name: 'data/fonts/DroidSans-Bold.ttf'
Widget:
# Just for spacing
width: 10