mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 21:48:58 +03:00
8 lines
434 B
XML
8 lines
434 B
XML
<BoxContainer Orientation="Vertical" xmlns="https://spacestation14.io">
|
|
<SplitContainer Orientation="Horizontal">
|
|
<Label Name="Label" Align="Center"/>
|
|
<Button Name="EjectButton" Access="Public" TextAlign="Center"/>
|
|
</SplitContainer>
|
|
<ItemList Name="BoxContents" Access="Public" VerticalExpand="True" HorizontalExpand="True" SelectMode="Button" SizeFlagsStretchRatio="2" MinSize="100 128"/>
|
|
</BoxContainer>
|