2022-10-12 01:16:23 -07:00
|
|
|
<widgets:ChatBox
|
|
|
|
|
xmlns="https://spacestation14.io"
|
2023-09-23 20:44:49 +02:00
|
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
2022-10-12 01:16:23 -07:00
|
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Chat.Controls"
|
|
|
|
|
MouseFilter="Stop"
|
2022-10-17 15:13:41 -07:00
|
|
|
HorizontalExpand="True"
|
|
|
|
|
VerticalExpand="True"
|
2022-10-12 01:16:23 -07:00
|
|
|
MinSize="465 225">
|
2024-04-01 13:48:02 -07:00
|
|
|
<PanelContainer Name="ChatWindowPanel" Access="Public" HorizontalExpand="True" VerticalExpand="True"
|
|
|
|
|
StyleClasses="StyleNano.StyleClassChatPanel">
|
2022-10-17 15:13:41 -07:00
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">
|
2023-03-27 01:57:29 +11:00
|
|
|
<OutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" Margin="8 8 8 4" />
|
2022-10-17 15:13:41 -07:00
|
|
|
<controls:ChatInputBox HorizontalExpand="True" Name="ChatInput" Access="Public" Margin="2"/>
|
2022-10-12 01:16:23 -07:00
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</widgets:ChatBox>
|