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:
parent
fd495e87f7
commit
34aa8b872e
@ -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?
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user