* Add scrollbars to lathe material list when necessary * Fix bug where shrinking window would cause elements to overlap --------- Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
9 lines
365 B
XML
9 lines
365 B
XML
<ScrollContainer xmlns="https://spacestation14.io"
|
|
SizeFlagsStretchRatio="8"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True">
|
|
<BoxContainer Name="MaterialList" Orientation="Vertical">
|
|
<Label Name="NoMatsLabel" Text="{Loc 'lathe-menu-no-materials-message'}" Align="Center"/>
|
|
</BoxContainer>
|
|
</ScrollContainer>
|