Fix action numbers (/handle UI default theme update) (#15840)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Skye
2023-05-14 20:45:56 -07:00
committed by GitHub
parent d49bb89145
commit fac42ef0c0
9 changed files with 4 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
xmlns:controls="clr-namespace:Content.Client.UserInterface.Systems.Actions.Controls">
<BoxContainer Orientation="Horizontal">
<Control HorizontalExpand="True" SizeFlagsStretchRatio="1"/>
<TextureButton TexturePath="/Textures/Interface/Nano/left_arrow.svg.192dpi.png"
<TextureButton TexturePath="left_arrow.svg.192dpi"
SizeFlagsStretchRatio="1"
Scale="0.5 0.5"
HorizontalAlignment="Center"
@@ -13,7 +13,7 @@
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2"/>
<Label Text="1" SizeFlagsStretchRatio="1" Name="Label" Access="Public" />
<Control HorizontalExpand="True" SizeFlagsStretchRatio="2"/>
<TextureButton TexturePath="/Textures/Interface/Nano/right_arrow.svg.192dpi.png"
<TextureButton TexturePath="right_arrow.svg.192dpi"
SizeFlagsStretchRatio="1"
Scale="0.5 0.5"
HorizontalAlignment="Center"