2022-01-03 00:54:44 +00:00
|
|
|
<BoxContainer
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2023-03-28 14:27:21 -07:00
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2022-01-03 00:54:44 +00:00
|
|
|
Orientation="Vertical"
|
2023-03-28 14:27:21 -07:00
|
|
|
HorizontalExpand="True">
|
2022-01-03 00:54:44 +00:00
|
|
|
<OutputPanel Name="TextOutput" VerticalExpand="true" />
|
2023-08-13 16:03:17 -07:00
|
|
|
<RichTextLabel Name="TypingIndicator" Access="Public" />
|
2022-01-03 00:54:44 +00:00
|
|
|
<HistoryLineEdit Name="SenderLineEdit" />
|
2023-03-28 14:27:21 -07:00
|
|
|
<RichTextLabel Name="RelayedToDiscordLabel" Access="Public" Visible="False" />
|
2022-01-03 00:54:44 +00:00
|
|
|
</BoxContainer>
|