mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 18:47:27 +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)
|
}, 0)
|
||||||
|
{
|
||||||
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -236,6 +239,8 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
|
|
||||||
wrapper.DelayedLoadComplete += _ =>
|
wrapper.DelayedLoadComplete += _ =>
|
||||||
{
|
{
|
||||||
|
wrapper.FadeInFromZero(200);
|
||||||
|
|
||||||
roomCategory.BindTo(Room.Category);
|
roomCategory.BindTo(Room.Category);
|
||||||
roomCategory.BindValueChanged(c =>
|
roomCategory.BindValueChanged(c =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user