mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Fix most open compound words in identifiers being closed
This commit is contained in:
@ -146,8 +146,8 @@ namespace osu.Game.Collections
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
BackgroundUnfocused = colours.GreySeafoamDarker.Darken(0.5f);
|
||||
BackgroundFocused = colours.GreySeafoam;
|
||||
BackgroundUnfocused = colours.GreySeaFoamDarker.Darken(0.5f);
|
||||
BackgroundFocused = colours.GreySeaFoam;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ namespace osu.Game.Collections
|
||||
{
|
||||
new Box
|
||||
{
|
||||
Colour = colours.GreySeafoamDark,
|
||||
Colour = colours.GreySeaFoamDark,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
},
|
||||
new Container
|
||||
@ -82,7 +82,7 @@ namespace osu.Game.Collections
|
||||
Anchor = Anchor.CentreRight,
|
||||
Origin = Anchor.CentreRight,
|
||||
Icon = FontAwesome.Solid.Times,
|
||||
Colour = colours.GreySeafoamDarker,
|
||||
Colour = colours.GreySeaFoamDarker,
|
||||
Scale = new Vector2(0.8f),
|
||||
X = -10,
|
||||
Action = () => State.Value = Visibility.Hidden
|
||||
@ -100,7 +100,7 @@ namespace osu.Game.Collections
|
||||
new Box
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Colour = colours.GreySeafoamDarker
|
||||
Colour = colours.GreySeaFoamDarker
|
||||
},
|
||||
new DrawableCollectionList
|
||||
{
|
||||
|
Reference in New Issue
Block a user