mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Formatting
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
Origin = Anchor.BottomLeft,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Length = 100,
|
||||
OnSeek = (time) => progress.CurrentTime = time,
|
||||
OnSeek = time => progress.CurrentTime = time,
|
||||
});
|
||||
|
||||
AddButton("Toggle Bar", progress.ToggleVisibility);
|
||||
|
Reference in New Issue
Block a user