RND Rework [Death to Techweb] (#16370)
* Techweb rework * more ui work * finishing ui * Finish all the C# logic * the techs + lathes * remove old-tech * mirror-review
This commit is contained in:
29
Content.Client/Research/UI/MiniTechnologyCardControl.xaml
Normal file
29
Content.Client/Research/UI/MiniTechnologyCardControl.xaml
Normal file
@@ -0,0 +1,29 @@
|
||||
<Control xmlns="https://spacestation14.io">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
<PanelContainer Name="Background"
|
||||
Access="Public"
|
||||
StyleClasses="PDABackground"
|
||||
VerticalExpand="False"
|
||||
HorizontalExpand="False"
|
||||
MaxWidth="10"
|
||||
Margin="0 0 -5 0"/>
|
||||
<Button Name="Main"
|
||||
Disabled="True"
|
||||
HorizontalExpand="True"
|
||||
VerticalExpand="False"
|
||||
StyleClasses="ButtonSquare"
|
||||
Margin="0"
|
||||
ToolTip="foobar"
|
||||
TooltipDelay="0.25">
|
||||
<BoxContainer Orientation="Horizontal" Margin="0">
|
||||
<TextureRect Name="Texture"
|
||||
HorizontalExpand="False"
|
||||
VerticalExpand="False"
|
||||
Margin="1"
|
||||
TextureScale="0.5 0.5"/>
|
||||
<Control MinWidth="5"/>
|
||||
<RichTextLabel Name="NameLabel" StyleClasses="LabelSubText" VerticalAlignment="Center"/>
|
||||
</BoxContainer>
|
||||
</Button>
|
||||
</BoxContainer>
|
||||
</Control>
|
||||
Reference in New Issue
Block a user