Files
tbd-station-14/Content.Client/Paper/UI/PaperWindow.xaml
Visne 093cf98b93 PaperWindow to XAML UI (#4639)
* Rename/add files

* PaperWindow to XAML
2021-09-19 10:01:01 -07:00

10 lines
302 B
XML

<SS14Window xmlns="https://spacestation14.io"
MinSize="300 300"
SetSize="300 300">
<BoxContainer Orientation="Vertical">
<RichTextLabel Name="Label" />
<LineEdit Name="InputProtected"
Visible="False" />
</BoxContainer>
</SS14Window>