6
2026-01-24 12:49:55 +03: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>