Skip to content

Commit

Permalink
Little analysis console rearrangement (space-wizards#27244)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzk228 authored Apr 22, 2024
1 parent 8bc2ee8 commit 5b0c3ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Content.Client/Xenoarchaeology/Ui/AnalysisConsoleMenu.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
ToolTip="{Loc 'analysis-console-print-tooltip-info'}">
</Button>
<BoxContainer MinHeight="5"></BoxContainer>
<Button Name="ExtractButton"
Text="{Loc 'analysis-console-extract-button'}"
ToolTip="{Loc 'analysis-console-extract-button-info'}">
</Button>
<BoxContainer MinHeight="5"></BoxContainer>
<BoxContainer Orientation="Horizontal">
<Button Name="UpBiasButton"
Text="{Loc 'analysis-console-bias-up'}"
Expand All @@ -41,6 +36,11 @@
StyleClasses="OpenLeft">
</Button>
</BoxContainer>
<BoxContainer MinHeight="15"></BoxContainer>
<Button Name="ExtractButton"
Text="{Loc 'analysis-console-extract-button'}"
ToolTip="{Loc 'analysis-console-extract-button-info'}">
</Button>
</BoxContainer>
<BoxContainer Orientation="Vertical">
<Label Name="ProgressLabel"></Label>
Expand Down

0 comments on commit 5b0c3ec

Please sign in to comment.