Files
OldThink/Content.Client/Mech/Ui/Equipment/MechSoundboardUiFragment.xaml
deltanedas bc101e1fb5 H.O.N.K. mech (#14670)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-05-05 23:21:13 +10:00

14 lines
577 B
XML

<equipment:MechSoundboardUiFragment
xmlns:equipment="clr-namespace:Content.Client.Mech.Ui.Equipment"
xmlns="https://spacestation14.io" Margin="1 0 2 0" HorizontalExpand="True" VerticalExpand="True">
<BoxContainer Orientation="Vertical"
HorizontalExpand="True"
VerticalExpand="True">
<ItemList Name="Sounds"
VerticalExpand="True"
MinHeight="160"
HorizontalExpand="True"
SelectMode="Button"/>
</BoxContainer>
</equipment:MechSoundboardUiFragment>