Minor UI refactor (#11212)
This commit is contained in:
@@ -1,20 +1,19 @@
|
||||
<controls:FancyWindow xmlns="https://spacestation14.io"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:ui="clr-namespace:Content.Client.HUD.UI"
|
||||
xmlns:controls="clr-namespace:Content.Client.UserInterface.Controls"
|
||||
Title="NPC debug"
|
||||
MinSize="200 200">
|
||||
<BoxContainer Name="Options" Orientation="Vertical">
|
||||
<ui:StripeBack>
|
||||
<controls:StripeBack>
|
||||
<Label Text="NPC" HorizontalAlignment="Center"/>
|
||||
</ui:StripeBack>
|
||||
</controls:StripeBack>
|
||||
<BoxContainer Name="NPCBox" Orientation="Vertical">
|
||||
<CheckBox Name="NPCPath" Text="Path"/>
|
||||
<CheckBox Name="NPCThonk" Text="Thonk"/>
|
||||
</BoxContainer>
|
||||
<ui:StripeBack>
|
||||
<controls:StripeBack>
|
||||
<Label Text="Pathfinder" HorizontalAlignment="Center"/>
|
||||
</ui:StripeBack>
|
||||
</controls:StripeBack>
|
||||
<BoxContainer Name="PathfinderBox" Orientation="Vertical">
|
||||
<CheckBox Name="PathNodes" Text="Nodes"/>
|
||||
<CheckBox Name="PathRoutes" Text="Routes"/>
|
||||
|
||||
Reference in New Issue
Block a user