* Improve crayon UI to not be stuck in 1996 * Make a horrifying crayon spaghetti * Crayon * Undeprecate the crayon, describe the crayon
14 lines
576 B
XML
14 lines
576 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
Title="{Loc 'crayon-window-title'}"
|
|
MinSize="450 500"
|
|
SetSize="450 500">
|
|
<BoxContainer Orientation="Vertical">
|
|
<ColorSelectorSliders Name="ColorSelector" Visible="False" />
|
|
<LineEdit Name="Search" Margin="0 0 0 8" PlaceHolder="{Loc 'crayon-window-placeholder'}" />
|
|
<ScrollContainer VerticalExpand="True">
|
|
<BoxContainer Name="Grids" Orientation="Vertical">
|
|
</BoxContainer>
|
|
</ScrollContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|