forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve crayon UI to not be stuck in 1996 (space-wizards#33101)
* Improve crayon UI to not be stuck in 1996 * Make a horrifying crayon spaghetti * Crayon * Undeprecate the crayon, describe the crayon
- Loading branch information
1 parent
882ce26
commit 26ffe94
Showing
7 changed files
with
449 additions
and
317 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
<DefaultWindow xmlns="https://spacestation14.io" | ||
Title="{Loc 'crayon-window-title'}" | ||
MinSize="250 300" | ||
SetSize="250 300"> | ||
MinSize="450 500" | ||
SetSize="450 500"> | ||
<BoxContainer Orientation="Vertical"> | ||
<ColorSelectorSliders Name="ColorSelector" Visible="False" /> | ||
<LineEdit Name="Search" /> | ||
<LineEdit Name="Search" Margin="0 0 0 8" PlaceHolder="{Loc 'crayon-window-placeholder'}" /> | ||
<ScrollContainer VerticalExpand="True"> | ||
<GridContainer Name="Grid" Columns="6"> | ||
<!-- Crayon decals get added here by code --> | ||
</GridContainer> | ||
<BoxContainer Name="Grids" Orientation="Vertical"> | ||
</BoxContainer> | ||
</ScrollContainer> | ||
</BoxContainer> | ||
</DefaultWindow> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.