EntityButton no longer inherits PanelContainer.
It didn't use the functionality so.
This commit is contained in:
@@ -284,7 +284,7 @@ namespace Content.Client.GameObjects.Components.Storage
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Button created for each entity that represents that item in the storage UI, with a texture, and name and size label
|
/// Button created for each entity that represents that item in the storage UI, with a texture, and name and size label
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private class EntityButton : PanelContainer
|
private class EntityButton : Control
|
||||||
{
|
{
|
||||||
public EntityUid EntityUid { get; set; }
|
public EntityUid EntityUid { get; set; }
|
||||||
public Button ActualButton { get; }
|
public Button ActualButton { get; }
|
||||||
|
|||||||
Reference in New Issue
Block a user