12 lines
705 B
XML
12 lines
705 B
XML
<ScrollContainer xmlns="https://spacestation14.io"
|
|
SizeFlagsStretchRatio="8"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True">
|
|
<BoxContainer Orientation="Vertical" VerticalExpand="True">
|
|
<BoxContainer Name="MaterialList" Orientation="Vertical" VerticalExpand="True">
|
|
<Label Name="NoMatsLabel" Text="{Loc 'lathe-menu-no-materials-message'}" HorizontalAlignment="Center" VerticalAlignment="Center" VerticalExpand="True"/>
|
|
</BoxContainer>
|
|
<Label Name="SiloLinkedLabel" Text="{Loc 'lathe-menu-silo-linked-message'}" StyleClasses="LabelSubText" Visible="False" HorizontalAlignment="Center"/>
|
|
</BoxContainer>
|
|
</ScrollContainer>
|