Files
RobustToolbox/Robust.Client/UserInterface/DevWindow/ProfTreeEntry.xaml
T
2022-05-14 15:08:46 +10:00

10 lines
508 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Robust.Client.UserInterface.ProfTreeEntry"
MouseFilter="Stop">
<BoxContainer Orientation="Horizontal" Access="Public" Name="LineContainer">
<ExpanderArrow Access="Public" Name="Arrow" MinSize="12 12" VerticalAlignment="Center" Margin="2 0 0 0" />
<ProfTreeLine Name="TextLine" Access="Public" HorizontalExpand="True" />
</BoxContainer>
</Control>