mirror of
https://github.com/osukey/osukey.git
synced 2025-06-08 12:58:01 +09:00
Merge pull request #13605 from aitani9/overlay-item-sound-edge
Empty the space between `OverlayStreamItem`s
This commit is contained in:
commit
bdc440f11c
@ -39,9 +39,9 @@ namespace osu.Game.Overlays
|
|||||||
protected OverlayStreamItem(T value)
|
protected OverlayStreamItem(T value)
|
||||||
: base(value)
|
: base(value)
|
||||||
{
|
{
|
||||||
Height = 60;
|
Height = 50;
|
||||||
Width = 100;
|
Width = 90;
|
||||||
Padding = new MarginPadding(5);
|
Margin = new MarginPadding(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user