mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix font path
This commit is contained in:
parent
072adca85b
commit
e337e8585b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Builder.load_string('''
|
||||||
size_hint: 1, None
|
size_hint: 1, None
|
||||||
height: self.texture_size[1] if self.opacity else 0
|
height: self.texture_size[1] if self.opacity else 0
|
||||||
font_size: '33sp'
|
font_size: '33sp'
|
||||||
font_name: 'data/fonts/tron/Tr2n.ttf'
|
font_name: 'gui/kivy/data/fonts/tron/Tr2n.ttf'
|
||||||
Image:
|
Image:
|
||||||
id: stepper
|
id: stepper
|
||||||
allow_stretch: True
|
allow_stretch: True
|
||||||
|
|
Loading…
Add table
Reference in a new issue