Files
crystall-punk-14/Content.Client/_CP14/Workbench/CP14WorkbenchRequirementControl.xaml

13 lines
421 B
Plaintext
Raw Permalink Normal View History

<Control xmlns="https://spacestation14.io">
<Button Name="Button">
<GridContainer Columns="2">
<TextureRect Name="View"
Margin="0,0,4,0"
MinSize="48 48"
HorizontalAlignment="Left"
Stretch="KeepAspectCentered"/>
<Label Name="Name"/>
</GridContainer>
</Button>
</Control>