Files
crystall-punk-14/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml

7 lines
274 B
Plaintext
Raw Normal View History

<Popup xmlns="https://spacestation14.io">
<PanelContainer Name="MenuPanel">
<ScrollContainer Name="Scroll" VerticalExpand="True" HScrollEnabled="False" ReturnMeasure="True" ReserveScrollbarSpace="False">
</ScrollContainer>
</PanelContainer>
</Popup>