2022-10-12 01:16:23 -07:00
|
|
|
<controls:ActionPageButtons
|
|
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Actions.Controls">
|
|
|
|
|
<BoxContainer Orientation="Horizontal">
|
|
|
|
|
<Control HorizontalExpand="True" SizeFlagsStretchRatio="1"/>
|
2023-05-14 20:45:56 -07:00
|
|
|
<TextureButton TexturePath="left_arrow.svg.192dpi"
|
2022-10-12 01:16:23 -07:00
|
|
|
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"/>
|
2023-05-14 20:45:56 -07:00
|
|
|
<TextureButton TexturePath="right_arrow.svg.192dpi"
|
2022-10-12 01:16:23 -07:00
|
|
|
SizeFlagsStretchRatio="1"
|
|
|
|
|
Scale="0.5 0.5"
|
|
|
|
|
HorizontalAlignment="Center"
|
|
|
|
|
VerticalAlignment="Center"
|
|
|
|
|
Name="RightArrow"
|
|
|
|
|
Access="Public"/>
|
|
|
|
|
<Control HorizontalExpand="True" SizeFlagsStretchRatio="1"/>
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</controls:ActionPageButtons>
|