Display minimum temperature required for reaction to occur in guidebook (#20424)

This commit is contained in:
TomaszKawalec
2023-09-24 23:33:25 +02:00
committed by GitHub
parent be1eca3b9f
commit cd9f0b8728
3 changed files with 11 additions and 2 deletions

View File

@@ -25,8 +25,10 @@
VerticalAlignment="Center"/>
</BoxContainer>
<BoxContainer Orientation="Vertical" VerticalAlignment="Center">
<TextureRect TexturePath="/Textures/Interface/Misc/beakerlarge.png"/>
<Label Text="{Loc 'guidebook-reagent-recipes-mix'}"
<TextureRect TexturePath="/Textures/Interface/Misc/beakerlarge.png"
HorizontalAlignment="Center"/>
<Label Name="MixLabel"
Text="{Loc 'guidebook-reagent-recipes-mix'}"
HorizontalAlignment="Center"/>
</BoxContainer>
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">