Files
OldThink/Content.Client/Miracle/Changeling/UI/TransformStingUI/TransformStingSelectorWindow.xaml

10 lines
412 B
Plaintext
Raw Permalink Normal View History

<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Changeling UI"
MinWidth="350"
MinHeight="400">
<ScrollContainer HorizontalExpand="True" VerticalExpand="True">
<BoxContainer Name="ItemsContainer" Orientation="Vertical"></BoxContainer>
</ScrollContainer>
</DefaultWindow>