1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 04:07:25 +08:00
osu-lazer/osu.Game/Screens/Ranking/Statistics
Bartłomiej Dach 602d5db3bb
Simplify column dimensions code
`dimensions` would always receive exactly one item, so might as well
inline it.

And yes, at this point the grid container is mostly a glorified
`FillFlowContainer { Direction = FlowDirection.Vertical }`, but I am not
touching that in this pull pending further decisions with respect to
direction.
2023-06-03 19:40:01 +02:00
..
User Fix incorrect accuracy display on overall ranking view 2022-12-27 19:51:51 +01:00
AverageHitError.cs Partial everything 2022-11-27 00:00:27 +09:00
HitEventTimingDistributionGraph.cs Partial everything 2022-11-27 00:00:27 +09:00
PerformanceBreakdownChart.cs Partial everything 2022-11-27 00:00:27 +09:00
SimpleStatisticItem.cs Partial everything 2022-11-27 00:00:27 +09:00
SimpleStatisticTable.cs Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
SoloStatisticsPanel.cs Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
StatisticContainer.cs Partial everything 2022-11-27 00:00:27 +09:00
StatisticItem.cs Return StatisticItems rather than StatisticRows from ruleset 2023-06-01 14:35:15 +09:00
StatisticsPanel.cs Simplify column dimensions code 2023-06-03 19:40:01 +02:00
UnstableRate.cs Partial everything 2022-11-27 00:00:27 +09:00