2023-12-16 18:06:38 -08:00
|
|
|
<Control xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
|
|
|
|
MaxWidth="400">
|
|
|
|
|
<PanelContainer>
|
|
|
|
|
<PanelContainer.PanelOverride>
|
2024-03-20 22:54:45 +03:00
|
|
|
<gfx:StyleBoxFlat
|
|
|
|
|
BorderThickness="2"
|
2023-12-16 18:06:38 -08:00
|
|
|
BorderColor="#464966"
|
2024-03-20 22:54:45 +03:00
|
|
|
BackgroundColor="#050505"
|
2023-12-16 18:06:38 -08:00
|
|
|
/>
|
|
|
|
|
</PanelContainer.PanelOverride>
|
2024-03-20 22:54:45 +03:00
|
|
|
<BoxContainer
|
2023-12-16 18:06:38 -08:00
|
|
|
Orientation="Vertical"
|
|
|
|
|
RectClipContent="True"
|
|
|
|
|
Margin="4">
|
|
|
|
|
<RichTextLabel Name="RecipeTooltipLabel" HorizontalExpand="True" />
|
|
|
|
|
</BoxContainer>
|
|
|
|
|
</PanelContainer>
|
|
|
|
|
</Control>
|