mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 15:38:52 +03:00
* Improve crayon UI to not be stuck in 1996 * Make a horrifying crayon spaghetti * Crayon * Undeprecate the crayon, describe the crayon (cherry picked from commit 26ffe940b56e98d7d2ebce84da343245bf998aad)
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>
|