Files
RobustToolbox/Robust.Client/UserInterface/DevWindow/DevWindowUITreeEntry.xaml
T

15 lines
709 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Robust.Client.UserInterface.DevWindowUITreeEntry">
<BoxContainer Orientation="Vertical">
<!-- Main button for this entry -->
<PanelContainer Name="Header" MouseFilter="Stop">
<BoxContainer Orientation="Horizontal" >
<Button Name="ExpandButton" ToggleMode="True" Text=">" />
<Label Name="ControlName" HorizontalExpand="True" ClipText="True" />
</BoxContainer>
</PanelContainer>
<BoxContainer Orientation="Vertical" Name="ChildEntryContainer" Margin="8 0 0 0" />
</BoxContainer>
</Control>