Skip to content

Commit

Permalink
Remove local reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 committed Feb 1, 2022
1 parent 00398ff commit 2393739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/menu.kv
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
size: self.size
Label:
font_size: dp(60)
font_name: '/home/wellington/Documents/GalaxyPy/fonts/Eurostile.ttf'
font_name: 'fonts/Eurostile.ttf'
text: root.parent.menu_title
pos_hint: { "center_x": .5, "center_y": .6 }
Button:
font_size: dp(20)
font_name: '/home/wellington/Documents/GalaxyPy/fonts/Eurostile.ttf'
font_name: 'fonts/Eurostile.ttf'
text: root.parent.menu_button_title
pos_hint: { "center_x": .5, "center_y": .25 }
size_hint: .2, .1
Expand Down

0 comments on commit 2393739

Please sign in to comment.