* base * arrow pointer for buttons * some progress for text buttons, need cleaning * fixed observe button, remove fraction * just for now * ui tweaks * more ui tweaks * feat: ченджлог в лобби --------- Co-authored-by: Remuchi <RemuchiOfficial@gmail.com>
25 lines
1.2 KiB
XML
25 lines
1.2 KiB
XML
<widgets:ChatBox
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Chat.Widgets"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Chat.Controls"
|
|
MouseFilter="Stop"
|
|
HorizontalExpand="True"
|
|
VerticalExpand="True"
|
|
MinSize="465 225">
|
|
<PanelContainer HorizontalExpand="True" VerticalExpand="True">
|
|
<PanelContainer.PanelOverride>
|
|
<graphics:StyleBoxFlat BackgroundColor="#141414AA" />
|
|
</PanelContainer.PanelOverride>
|
|
|
|
<BoxContainer Orientation="Vertical" SeparationOverride="4" HorizontalExpand="True" VerticalExpand="True">
|
|
<OutputPanel Name="Contents" HorizontalExpand="True" VerticalExpand="True" Margin="2 2 2 2" >
|
|
<OutputPanel.StyleBoxOverride>
|
|
<graphics:StyleBoxFlat PaddingRight="16" />
|
|
</OutputPanel.StyleBoxOverride>
|
|
</OutputPanel>
|
|
<controls:ChatInputBox HorizontalExpand="True" Name="ChatInput" Access="Public" Margin="2"/>
|
|
</BoxContainer>
|
|
</PanelContainer>
|
|
</widgets:ChatBox>
|