10 lines
388 B
XML
10 lines
388 B
XML
<controls:FancyWindow
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
|
Title="{Loc 'rmc-attachable-holder-strip-ui-title'}"
|
|
MinSize="350 400"
|
|
SetSize="350 400">
|
|
<BoxContainer Name="AttachablesContainer" Orientation="Vertical" VerticalExpand="True"
|
|
Margin="8 8 8 8" />
|
|
</controls:FancyWindow>
|