mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 18:47:33 +09:00
Allow skinnabledrawable to be auto-sized
This commit is contained in:
parent
ae668e3e87
commit
b926d570ee
@ -18,6 +18,12 @@ namespace osu.Game.Skinning
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public Drawable Drawable { get; private set; }
|
public Drawable Drawable { get; private set; }
|
||||||
|
|
||||||
|
public new Axes AutoSizeAxes
|
||||||
|
{
|
||||||
|
get => base.AutoSizeAxes;
|
||||||
|
set => base.AutoSizeAxes = value;
|
||||||
|
}
|
||||||
|
|
||||||
private readonly ISkinComponent component;
|
private readonly ISkinComponent component;
|
||||||
|
|
||||||
private readonly ConfineMode confineMode;
|
private readonly ConfineMode confineMode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user