protected override void OnThemeUpdated()
{
+ base.OnThemeUpdated();
StorageButton.TextureNormal = Theme.ResolveTexture(_storageTexturePath);
ButtonRect.Texture = Theme.ResolveTexture(_buttonTexturePath);
HighlightRect.Texture = Theme.ResolveTexture(_highlightTexturePath);
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"
<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"