# Conflicts: # Content.Client/Actions/ActionsSystem.cs # Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml # Content.Server/GameTicking/GameTicker.GamePreset.cs # Content.Server/GameTicking/GameTicker.Spawning.cs # Content.Server/Station/Systems/StationSpawningSystem.cs # Content.Shared/Actions/BaseActionComponent.cs # Content.Shared/Actions/SharedActionsSystem.cs # Content.Shared/Weapons/Reflect/ReflectComponent.cs # Content.Shared/Weapons/Reflect/ReflectSystem.cs # README.md # Resources/Prototypes/Actions/types.yml # Resources/Prototypes/Entities/Clothing/Eyes/hud.yml # Resources/Prototypes/Entities/Mobs/NPCs/animals.yml # Resources/Prototypes/Entities/Mobs/Player/dragon.yml # Resources/Prototypes/Recipes/Lathes/security.yml # Resources/Prototypes/ai_factions.yml
17 lines
1,019 B
XML
17 lines
1,019 B
XML
<widgets:ChatBox
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Chat.Controls"
|
|
xmlns:controls1="clr-namespace:Content.Client._Sunrise.UserInterface.Controls"
|
|
MouseFilter="Stop"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
MinSize="465 225">
|
|
<PanelContainer Name="ChatWindowPanel" Access="Public" HorizontalExpand="True" VerticalExpand="True"
|
|
StyleClasses="StyleNano.StyleClassChatPanel">
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">
|
|
<controls1:SunriseOutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" Margin="8 8 8 4" ShowScrollDownButton="True" />
|
|
<controls:ChatInputBox HorizontalExpand="True" Name="ChatInput" Access="Public" Margin="2"/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</widgets:ChatBox>
|