mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Add fade in and fix incorrect wrapper bounds
This commit is contained in:
parent
7941240a00
commit
136573982c
@ -227,6 +227,9 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
},
|
||||
},
|
||||
}, 0)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@ -236,6 +239,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
||||
|
||||
wrapper.DelayedLoadComplete += _ =>
|
||||
{
|
||||
wrapper.FadeInFromZero(200);
|
||||
|
||||
roomCategory.BindTo(Room.Category);
|
||||
roomCategory.BindValueChanged(c =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user