mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +08:00
CI formatting
This commit is contained in:
parent
c2ea2bb5b0
commit
0a90965a5b
@ -9,7 +9,7 @@ using osu.Game.Beatmaps;
|
|||||||
namespace osu.Game.Database
|
namespace osu.Game.Database
|
||||||
{
|
{
|
||||||
internal class OnlineWorkingBeatmap : WorkingBeatmap
|
internal class OnlineWorkingBeatmap : WorkingBeatmap
|
||||||
{
|
{
|
||||||
private TextureStore textures;
|
private TextureStore textures;
|
||||||
private TrackManager tracks;
|
private TrackManager tracks;
|
||||||
|
|
||||||
|
@ -149,7 +149,6 @@ namespace osu.Game.Overlays.Direct
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private class DownloadButton : ClickableContainer
|
private class DownloadButton : ClickableContainer
|
||||||
|
@ -9,9 +9,9 @@ namespace osu.Game.Overlays.Settings
|
|||||||
public class SettingsEnumDropdown<T> : SettingsDropdown<T>
|
public class SettingsEnumDropdown<T> : SettingsDropdown<T>
|
||||||
{
|
{
|
||||||
protected override Drawable CreateControl() => new OsuEnumDropdown<T>
|
protected override Drawable CreateControl() => new OsuEnumDropdown<T>
|
||||||
{
|
{
|
||||||
Margin = new MarginPadding { Top = 5 },
|
Margin = new MarginPadding { Top = 5 },
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user