8 lines
514 B
Plaintext
8 lines
514 B
Plaintext
|
|
<customControls:BoxContainer Orientation="Vertical" xmlns:customControls="https://spacestation14.io">
|
||
|
|
<customControls:SplitContainer Orientation="Horizontal">
|
||
|
|
<customControls:Label Name="Label" Align="Center"/>
|
||
|
|
<customControls:Button Name="Button" TextAlign="Center"/>
|
||
|
|
</customControls:SplitContainer>
|
||
|
|
<customControls:ItemList Name="ItemList" VerticalExpand="True" HorizontalExpand="True" SelectMode="Button" SizeFlagsStretchRatio="2" MinSize="100 128"/>
|
||
|
|
</customControls:BoxContainer>
|