1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:17:23 +08:00

Mention stable weirdness next to constant

This commit is contained in:
Bartłomiej Dach 2023-01-25 18:39:26 +01:00
parent fd495e87f7
commit 34aa8b872e
No known key found for this signature in database

View File

@ -95,7 +95,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Legacy
d.RelativeSizeAxes = Axes.Both;
d.Size = Vector2.One;
d.FillMode = FillMode.Stretch;
d.Height = minimumColumnWidth / d.DrawWidth * 1.6f;
d.Height = minimumColumnWidth / d.DrawWidth * 1.6f; // constant matching stable.
// Todo: Wrap?
});