mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
move panel spacing to ctor
This commit is contained in:
@ -27,10 +27,16 @@ namespace osu.Game.Overlays.Wiki
|
||||
|
||||
public bool IsFullWidth;
|
||||
|
||||
public WikiPanelContainer()
|
||||
{
|
||||
RelativeSizeAxes = Axes.X;
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Padding = new MarginPadding(3);
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
Padding = new MarginPadding(3);
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new Container
|
||||
|
Reference in New Issue
Block a user