Co-authored-by: T <tomeno@lulzsec.co.uk> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
12 lines
341 B
XML
12 lines
341 B
XML
<SS14Window
|
|
xmlns="https://spacestation14.io"
|
|
SetSize="400 200"
|
|
HeaderClass="windowHeaderAlert"
|
|
TitleClass="windowTitleAlert"
|
|
>
|
|
<BoxContainer Orientation="Vertical">
|
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
|
<HistoryLineEdit Name="SenderLineEdit" />
|
|
</BoxContainer>
|
|
</SS14Window>
|