15 lines
546 B
XML
15 lines
546 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
MinSize="300 300"
|
|
SetSize="300 300"
|
|
Title="{Loc 'airlock-painter-window-title'}">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
|
|
<Label Name="SelectedSpriteLabel"
|
|
Text="{Loc 'airlock-painter-selected-style'}">
|
|
</Label>
|
|
<ItemList Name="SpriteList"
|
|
SizeFlagsStretchRatio="8"
|
|
VerticalExpand="True">
|
|
</ItemList>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|