mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Remove extra whitespace
This commit is contained in:
@ -10,7 +10,6 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
{
|
{
|
||||||
public class HeaderButton : TriangleButton
|
public class HeaderButton : TriangleButton
|
||||||
{
|
{
|
||||||
|
|
||||||
public HeaderButton()
|
public HeaderButton()
|
||||||
{
|
{
|
||||||
Height = 0;
|
Height = 0;
|
||||||
@ -25,6 +24,5 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
Triangles.ColourDark = OsuColour.FromHex(@"094c5f");
|
Triangles.ColourDark = OsuColour.FromHex(@"094c5f");
|
||||||
Triangles.TriangleScale = 1.5f;
|
Triangles.TriangleScale = 1.5f;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user