1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 19:53:23 +08:00

Revert unintentional change.

This commit is contained in:
Lucas A 2021-07-30 19:06:25 +02:00
parent 8a42d88793
commit 5381e11880

View File

@ -79,7 +79,7 @@ namespace osu.Game.Overlays.Rankings.Tables
{ {
// Grade columns have extra horizontal padding for readibility // Grade columns have extra horizontal padding for readibility
Horizontal = 20, Horizontal = 20,
Vertical = 150 Vertical = 5
}; };
} }
} }