Files
tbd-station-14/Content.Client/UserInterface/Systems/Actions/Widgets/ActionsBar.xaml
2023-07-27 18:20:07 +10:00

20 lines
756 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"/>
<controls:ActionPageButtons Name="PageButtons" Access="Public"/>
</BoxContainer>
</widgets:ActionsBar>