6
StarHorizon_Public/Content.Client/_NF/Research/UI/FancyResearchConsoleItem.xaml
2025-11-07 12:32:48 +03:00

23 lines
1004 B
XML

<LayoutContainer xmlns="https://spacestation14.io"
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
xmlns:graphics="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
xmlns:nf="clr-namespace:Content.Client._NF.Research.UI"
Margin="4"
HorizontalExpand="False">
<BoxContainer Orientation="Vertical" SetSize="64 64">
<PanelContainer VerticalExpand="True"
HorizontalExpand="True"
Name="Panel">
<nf:DrawButton Name="Button"
Access="Public"
ModulateSelfOverride="#00000000"
HorizontalExpand="True"/>
<EntityPrototypeView
Name="ResearchDisplay"
Scale="1.75 1.75"
SetSize="56 56">
</EntityPrototypeView>
</PanelContainer>
</BoxContainer>
</LayoutContainer>