electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e337e8585bc667849d418b6509dba06a854c1e4b
parent 072adca85bb5d47faa10607a3101e353d4489d9a
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 29 Jan 2016 11:12:58 +0100

fix font path

Diffstat:
Mgui/kivy/uix/dialogs/create_restore.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui/kivy/uix/dialogs/create_restore.py b/gui/kivy/uix/dialogs/create_restore.py @@ -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