Files
ss14-wega/Content.Client/_Wega/ItemSelector/ObjectSelectorWindow.xaml
2025-08-28 02:38:49 +03:00

16 lines
633 B
XML

<ui:RadialMenu xmlns="https://spacestation14.io"
xmlns:ui="clr-namespace:Content.Client.UserInterface.Controls"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Content.Client._Wega.Item.Selector.UI.ObjectSelectorWindow"
MinWidth="450"
MinHeight="450">
<ui:RadialContainer Name="MainContainer"
VerticalExpand="True"
HorizontalExpand="True"
InitialRadius="64"
ReserveSpaceForHiddenChildren="False">
</ui:RadialContainer>
</ui:RadialMenu>