mirror of
https://github.com/ppy/osu
synced 2025-01-18 03:50:57 +00:00
Reword width comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
7731d45f13
commit
a34ec03efc
@ -272,7 +272,7 @@ namespace osu.Game.Overlays.Mods
|
||||
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
|
||||
Origin = Anchor.CentreLeft,
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Width = 70, // to avoid footer from flowing when clicking mods
|
||||
Width = 70, // to prevent footer from flowing when clicking mods
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user