mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-02 18:17:09 +02:00
10 lines
508 B
XML
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>
|