Files
OldThink/Content.Client/Lathe/UI/RecipeTooltip.xaml
Valtos f6b107353a - add: OldNeoInterface (#108)
* ebal

* setup gui

* AAAAAAAAAA EBLAN
2024-03-20 22:54:45 +03:00

20 lines
663 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
MaxWidth="400">
<PanelContainer>
<PanelContainer.PanelOverride>
<gfx:StyleBoxFlat
BorderThickness="2"
BorderColor="#464966"
BackgroundColor="#050505"
/>
</PanelContainer.PanelOverride>
<BoxContainer
Orientation="Vertical"
RectClipContent="True"
Margin="4">
<RichTextLabel Name="RecipeTooltipLabel" HorizontalExpand="True" />
</BoxContainer>
</PanelContainer>
</Control>