mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 10:23:04 +08:00
Fix spacing
This commit is contained in:
parent
c77afe2a13
commit
94c2f522ff
@ -29,6 +29,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
[SettingSource(typeof(SongProgressStrings), nameof(SongProgressStrings.ShowTime), nameof(SongProgressStrings.ShowTimeDescription))]
|
||||
public Bindable<bool> ShowTime { get; } = new BindableBool(true);
|
||||
|
||||
[SettingSource(typeof(SkinnableComponentStrings), nameof(SkinnableComponentStrings.Colour), nameof(SkinnableComponentStrings.ColourDescription))]
|
||||
public new BindableColour4 Colour { get; } = new BindableColour4(Colour4.White);
|
||||
|
||||
|
@ -36,6 +36,7 @@ namespace osu.Game.Screens.Play.HUD
|
||||
|
||||
[SettingSource(typeof(SongProgressStrings), nameof(SongProgressStrings.ShowTime), nameof(SongProgressStrings.ShowTimeDescription))]
|
||||
public Bindable<bool> ShowTime { get; } = new BindableBool(true);
|
||||
|
||||
[SettingSource(typeof(SkinnableComponentStrings), nameof(SkinnableComponentStrings.Colour), nameof(SkinnableComponentStrings.ColourDescription))]
|
||||
public new BindableColour4 Colour { get; } = new BindableColour4(Colour4.White);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user