10 lines
375 B
XML
10 lines
375 B
XML
<BoxContainer
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Orientation="Vertical"
|
|
HorizontalExpand="True">
|
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
|
<HistoryLineEdit Name="SenderLineEdit" />
|
|
<RichTextLabel Name="RelayedToDiscordLabel" Access="Public" Visible="False" />
|
|
</BoxContainer>
|