mirror of
https://github.com/ppy/osu
synced 2025-03-03 10:02:04 +00:00
Remove extra whitespace
This commit is contained in:
parent
d36982b1d9
commit
8c89354b36
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user