fix reagent guidebook

This commit is contained in:
Ed
2025-05-30 15:43:23 +03:00
parent 7d658de8a1
commit a0956a399a
2 changed files with 10 additions and 18 deletions

View File

@@ -39,11 +39,11 @@
Visible="False"
HorizontalAlignment="Center"
FontColorOverride="#1e6651" />
<BoxContainer Name="RandomProductsContainer" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical">
<!-- Random products will be added as children here -->
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalAlignment="Center">
<BoxContainer Name="RandomProductsContainer" HorizontalAlignment="Center" VerticalAlignment="Center" Orientation="Vertical">
<!-- Random products will be added as children here -->
</BoxContainer>
</BoxContainer>
<controls:SplitBar MinHeight="10">
</controls:SplitBar>
</BoxContainer>
<!-- CP14 random reactions end -->