Bugfix und Regattaauswahl verbessert

This commit is contained in:
2025-09-18 19:09:12 +02:00
parent eab6cdf4c9
commit 65335e3c91
2 changed files with 14 additions and 6 deletions

View File

@@ -233,7 +233,7 @@ class RaceTracker(Page):
x0 = 8 # Labelspalte
x1 = 88 # Datenspalte
y0 = 75
y0 = 70
yoffset = 16
# Bootsdaten
@@ -324,8 +324,8 @@ class RaceTracker(Page):
# Rechte Spalte mit Regattaauswahl
x = 208
y = 75
yoffset = 16
y = 70
yoffset = 21
# Mögliche Regatten
self.races = self.app.track.hero_get_races()