2024-04-16 22:57:43 +10:00
|
|
|
<controls:FancyWindow xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
2024-08-28 10:57:12 +10:00
|
|
|
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
2024-04-16 22:57:43 +10:00
|
|
|
SetSize="800 800"
|
2024-08-28 10:57:12 +10:00
|
|
|
MinSize="800 128">
|
|
|
|
|
<BoxContainer Orientation="Vertical" VerticalExpand="True">
|
|
|
|
|
<!--
|
|
|
|
|
<BoxContainer Name="RoleNameBox" Orientation="Vertical" Margin="10">
|
|
|
|
|
<Label Name="LoadoutNameLabel" Text="{Loc 'loadout-name-edit-label'}"/>
|
|
|
|
|
<PanelContainer HorizontalExpand="True" SetHeight="24">
|
|
|
|
|
<PanelContainer.PanelOverride>
|
|
|
|
|
<graphics:StyleBoxFlat BackgroundColor="#1B1B1E" />
|
|
|
|
|
</PanelContainer.PanelOverride>
|
|
|
|
|
<LineEdit Name="RoleNameEdit" ToolTip="{Loc 'loadout-name-edit-tooltip'}" VerticalExpand="True" HorizontalExpand="True"/>
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
-->
|
2024-04-16 22:57:43 +10:00
|
|
|
<VerticalTabContainer Name="LoadoutGroupsContainer"
|
2024-08-28 10:57:12 +10:00
|
|
|
VerticalExpand="True"
|
|
|
|
|
HorizontalExpand="True">
|
2024-04-16 22:57:43 +10:00
|
|
|
</VerticalTabContainer>
|
2024-08-28 10:57:12 +10:00
|
|
|
</BoxContainer>
|
2024-04-16 22:57:43 +10:00
|
|
|
</controls:FancyWindow>
|