]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
fix: mode scanner footer now is not jumping up and down on scanning artifact (#36599)
authorFildrance <fildrance@gmail.com>
Tue, 15 Apr 2025 22:05:36 +0000 (01:05 +0300)
committerGitHub <noreply@github.com>
Tue, 15 Apr 2025 22:05:36 +0000 (00:05 +0200)
fix: scanner footer now is not jumping up and down on scanning artifact

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
Content.Client/Xenoarchaeology/Ui/NodeScannerDisplay.xaml

index 448acd02234a5c4f26164adfcc81e33605c0e59a..c34dbab475a3871a4ca52fa242b5aa130ab139ef 100644 (file)
@@ -11,7 +11,7 @@
         </controls:StripeBack>
         <BoxContainer Orientation="Horizontal">
             <Label Name="NoActiveNodeDataLabel" Text="{Loc 'node-scan-no-data'}" Margin="45 25 0 0" MinHeight="47" />
-            <GridContainer Name="ActiveNodesList" Columns="4" Rows="2" Visible="True" MinHeight="47" />
+            <GridContainer Name="ActiveNodesList" Columns="4" Rows="2" Visible="True" MinHeight="72" />
         </BoxContainer>
         <controls:StripeBack>
             <Label Name="ArtifactStateLabel" HorizontalAlignment="Center" StyleClasses="LabelSubText" Margin="4 0 0 4" />