fish-station/Content.Client/_Sunrise/UserActions/Tabs/EmotesTabControl.xaml
haiwwkes 5192d120ea
Новая панель эмоутов. (#891)
* wacky

* work

* work

* work

* work

* eff

* a
2024-12-24 23:27:09 +03:00

20 lines
748 B
XML

<controls:EmotesTabControl
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client._Sunrise.UserActions.Tabs">
<PanelContainer StyleClasses="BackgroundDark">
<ScrollContainer VerticalExpand="True"
HorizontalExpand="True"
Margin="2"
MinHeight="100"
MaxHeight="200"
HScrollEnabled="False">
<BoxContainer Name="EmotesList"
Orientation="Vertical"
HorizontalExpand="True"
Margin="2">
</BoxContainer>
</ScrollContainer>
</PanelContainer>
</controls:EmotesTabControl>