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'}"
|
2024-11-16 10:25:06 +07:00
|
|
|
MinSize="450 500"
|
|
|
|
|
SetSize="450 500">
|
2021-10-27 05:35:46 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2022-04-28 05:23:45 -07:00
|
|
|
<ColorSelectorSliders Name="ColorSelector" Visible="False" />
|
2024-11-16 10:25:06 +07:00
|
|
|
<LineEdit Name="Search" Margin="0 0 0 8" PlaceHolder="{Loc 'crayon-window-placeholder'}" />
|
2021-10-27 05:35:46 +02:00
|
|
|
<ScrollContainer VerticalExpand="True">
|
2024-11-16 10:25:06 +07:00
|
|
|
<BoxContainer Name="Grids" Orientation="Vertical">
|
|
|
|
|
</BoxContainer>
|
2021-10-27 05:35:46 +02:00
|
|
|
</ScrollContainer>
|
|
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|