Files
wwdpublic/Content.Client/_White/CustomGhosts/UI/CustomGhostsWindow.xaml
RedFoxIV 50b19259b8 Re: ghost (#849)
* it just works

* why hasn't it catastrophically failed yet

* not just gotta do the ui

oh god the ui

* that was easier than expected

* a devious misdirection

* touchups

* svin

* loc+fix

* touchups

* shitfix

* touchups x3

* for further use

* i hate this piece of shit engine

* touchups x4

* ribbit

also i'm retarded x2

* big tard energy

* bb

* rabbitson

* ?

* forgor

* k

* whoops

* fug
2025-09-27 08:38:24 +03:00

15 lines
680 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
Title="{Loc 'custom-ghosts-window-title'}"
MinSize="300 450"
SetSize="300 450">
<BoxContainer Orientation="Vertical">
<BoxContainer Orientation="Horizontal">
<CheckBox Name="ShowAllCheckBox" VerticalAlignment="Center" Text="{Loc 'custom-ghosts-window-show-all-checkbox'}" ToolTip="{Loc 'custom-ghosts-window-show-all-checkbox-tooltip'}" />
</BoxContainer>
<ScrollContainer VerticalExpand="True">
<BoxContainer Name="ScrollBox" Orientation="Vertical">
</BoxContainer>
</ScrollContainer>
</BoxContainer>
</DefaultWindow>