Made UI tweaks

This commit is contained in:
2023-05-24 08:43:03 +02:00
parent 42858f847d
commit 5c6e3c5b2b
4 changed files with 33 additions and 6 deletions
+2
View File
@@ -275,6 +275,8 @@ namespace Test_Merge
//Next there could be a Title Zone and TrackInfoZone
}
}
//mainResults = mainResults.OrderBy(driver => driver.Position >= 0).ThenBy(driver => driver.Position).ToList();
mainResults = mainResults.OrderBy(driver => driver.Position).ToList();
return mainResults;
}