| 12345678910111213141516171819 |
- <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>
|