mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 23:48:15 +03:00
* 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
15 lines
680 B
XML
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>
|