13 lines
389 B
XML
13 lines
389 B
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Orientation="Vertical">
|
|
<Label Text="{Loc 'spray-painter-selected-style'}" />
|
|
<controls:ListContainer
|
|
Name="StyleList"
|
|
Toggle="True"
|
|
Group="True">
|
|
<!-- populated by code -->
|
|
</controls:ListContainer>
|
|
</BoxContainer>
|