diff --git a/flockompass.kv b/flockompass.kv index e2ea342..ac737c3 100644 --- a/flockompass.kv +++ b/flockompass.kv @@ -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: