1
0
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:
Bartłomiej Dach 2021-11-27 15:41:09 +01:00
parent a32492cdd5
commit 61e04f75cc
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -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();