Files
tbd-station-14/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml
2023-02-22 12:45:53 +11:00

7 lines
274 B
XML

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