mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-15 03:31:44 +01:00
16 lines
633 B
XML
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>
|