mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add comment with reasoning for TopRight anchor
This commit is contained in:
@ -73,6 +73,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
||||
},
|
||||
new Container
|
||||
{
|
||||
// top right works better when the vertical height of the component changes smoothly (avoids weird layout animations).
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
|
Reference in New Issue
Block a user