mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove all trailing whitespaces in this repo.
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Overlays
|
||||
public const float SIDEBAR_WIDTH = Sidebar.DEFAULT_WIDTH;
|
||||
|
||||
private const float width = 400;
|
||||
|
||||
|
||||
private const float sidebar_padding = 10;
|
||||
|
||||
private ScrollContainer scrollContainer;
|
||||
@ -118,7 +118,7 @@ namespace osu.Game.Overlays
|
||||
).ToArray()
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
scrollContainer.Padding = new MarginPadding { Top = game?.Toolbar.DrawHeight ?? 0 };
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user