2021-10-06 16:25:27 +01:00
|
|
|
<SS14Window
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2021-11-15 12:42:30 +01:00
|
|
|
SetSize="400 200"
|
|
|
|
|
HeaderClass="windowHeaderAlert"
|
|
|
|
|
TitleClass="windowTitleAlert"
|
|
|
|
|
>
|
2021-10-06 16:25:27 +01:00
|
|
|
<BoxContainer Orientation="Vertical">
|
|
|
|
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
|
|
|
|
<HistoryLineEdit Name="SenderLineEdit" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</SS14Window>
|