mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Reword width comment
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -272,7 +272,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(size: 30, weight: FontWeight.Bold),
|
||||||
Origin = Anchor.CentreLeft,
|
Origin = Anchor.CentreLeft,
|
||||||
Anchor = 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
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user