fix font path

This commit is contained in:
ThomasV 2016-01-29 11:12:58 +01:00
parent 072adca85b
commit e337e8585b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Builder.load_string('''
size_hint: 1, None
height: self.texture_size[1] if self.opacity else 0
font_size: '33sp'
font_name: 'data/fonts/tron/Tr2n.ttf'
font_name: 'gui/kivy/data/fonts/tron/Tr2n.ttf'
Image:
id: stepper
allow_stretch: True