2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow xmlns="https://spacestation14.io"
|
2021-10-27 05:35:46 +02:00
|
|
|
Title="{Loc 'crayon-window-title'}"
|
|
|
|
|
MinSize="250 300"
|
|
|
|
|
SetSize="250 300">
|
|
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<LineEdit Name="Search" />
|
|
|
|
|
<ScrollContainer VerticalExpand="True">
|
|
|
|
|
<GridContainer Name="Grid" Columns="6">
|
|
|
|
|
<!-- Crayon decals get added here by code -->
|
|
|
|
|
</GridContainer>
|
|
|
|
|
</ScrollContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|