better placement of to-self button

This commit is contained in:
rgarcia-herrera 2020-09-03 14:52:46 -05:00
parent 253e6861d5
commit 262393f58c

View File

@ -68,7 +68,7 @@
on_press: root.manager.transition = RiseInTransition(); root.manager.current = 'compass'; app.set_destination()
IconButton:
source: 'assets/to_self.png'
pos_hint: {"x":0.8, "top":0.80}
pos_hint: {"x":0.8, "top":0.65}
size_hint: 0.2, 0.2
on_press: app.center_map_on_gps()
IconButton: