BwoinkPanel.xaml 436 B

12345678910
  1. <BoxContainer
  2. xmlns="https://spacestation14.io"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Orientation="Vertical"
  5. HorizontalExpand="True">
  6. <OutputPanel Name="TextOutput" VerticalExpand="true" />
  7. <RichTextLabel Name="TypingIndicator" Access="Public" />
  8. <HistoryLineEdit Name="SenderLineEdit" />
  9. <RichTextLabel Name="RelayedToDiscordLabel" Access="Public" Visible="False" />
  10. </BoxContainer>