mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 07:32:55 +08:00
Resize extra card to design size
This commit is contained in:
parent
a32492cdd5
commit
61e04f75cc
@ -30,8 +30,8 @@ namespace osu.Game.Beatmaps.Drawables.Cards
|
||||
{
|
||||
public class BeatmapCardExtra : OsuClickableContainer
|
||||
{
|
||||
private const float width = 408;
|
||||
private const float height = 100;
|
||||
private const float width = 475;
|
||||
private const float height = 140;
|
||||
private const float icon_area_width = 30;
|
||||
|
||||
public Bindable<bool> Expanded { get; } = new BindableBool();
|
||||
|
Loading…
Reference in New Issue
Block a user