mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
derives from trianglebutton rather than osubutton
This commit is contained in:
@ -15,7 +15,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
{
|
||||
Width = 120;
|
||||
|
||||
Child = new Container
|
||||
Add(new Container
|
||||
{
|
||||
Depth = -1,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -53,7 +53,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
Margin = new MarginPadding { Right = 5 },
|
||||
},
|
||||
},
|
||||
};
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user