Files
tbd-station-14/Content.Client/UserInterface/Systems/Actions/Controls/ActionPageButtons.xaml
2023-05-15 13:45:56 +10:00

26 lines
1.2 KiB
XML

<controls:ActionPageButtons
xmlns="https://spacestation14.io"
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Actions.Controls">
<BoxContainer Orientation="Horizontal">
<Control HorizontalExpand="True" SizeFlagsStretchRatio="1"/>
<TextureButton TexturePath="left_arrow.svg.192dpi"
SizeFlagsStretchRatio="1"
Scale="0.5 0.5"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Name="LeftArrow"
Access="Public"/>
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2"/>
<Label Text="1" SizeFlagsStretchRatio="1" Name="Label" Access="Public" />
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2"/>
<TextureButton TexturePath="right_arrow.svg.192dpi"
SizeFlagsStretchRatio="1"
Scale="0.5 0.5"
HorizontalAlignment="Center"
VerticalAlignment="Center"
Name="RightArrow"
Access="Public"/>
<Control HorizontalExpand="True" SizeFlagsStretchRatio="1"/>
</BoxContainer>
</controls:ActionPageButtons>