* Material Silo * fix board, fix copyright * a bit of review.... for the vibe.... * a tiny bit of review * 4 spaced * sloths no good very tiny nitpick * fix ui flickers * oops * slightly lower range * Sloth Review --------- Co-authored-by: ScarKy0 <scarky0@onet.eu>
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>
|