Set SpriteView sizes in various controls. (#15935)
This commit is contained in:
@@ -207,6 +207,7 @@ namespace Content.Client.Examine
|
||||
hBox.AddChild(new SpriteView
|
||||
{
|
||||
Sprite = sprite, OverrideDirection = Direction.South,
|
||||
SetSize = (32, 32),
|
||||
Margin = new Thickness(2, 0, 2, 0),
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user