Files
tbd-station-14/Content.Client/UserInterface/Systems/Actions/Widgets/ActionsBar.xaml
2023-11-13 22:27:14 -05:00

20 lines
704 B
XML

<widgets:ActionsBar
xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:widgets="clr-namespace:Content.Client.UserInterface.Systems.Actions.Widgets"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Actions.Controls"
VerticalExpand="False"
Orientation="Horizontal"
HorizontalExpand="False"
>
<BoxContainer Orientation="Vertical">
<controls:ActionButtonContainer
HorizontalAlignment="Center"
VerticalAlignment="Center"
MaxSize="64 9999"
Name="ActionsContainer"
Access="Public"
Rows="1"/>
</BoxContainer>
</widgets:ActionsBar>