10 lines
517 B
XML
10 lines
517 B
XML
<Control SetSize="50 50" MaxSize="50 50" xmlns="https://spacestation14.io"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
|
|
<PanelContainer>
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="#000000FF" />
|
|
</PanelContainer.PanelOverride>
|
|
<TextureButton Name="BuyListingButton" Access="Public" HorizontalAlignment="Center" VerticalAlignment="Center" SetSize="48 48" MaxSize="48 48"/>
|
|
</PanelContainer>
|
|
</Control>
|