[chore:] result gui

This commit is contained in:
2026-02-28 18:14:48 +01:00
parent ce1eeab166
commit 12606d45fb

View File

@@ -201,9 +201,11 @@
<Label FontSize="20" Content="Ergebnisse" VerticalContentAlignment="Center" />
</StackPanel>
</TabItem.Header>
<Grid RowDefinitions="2*,*,*">
<Grid ColumnDefinitions="*,*">
<ListBox x:Name="LbResult" Margin="10,10,10,10"></ListBox>
<ScrollViewer Grid.Column="1">
<TextBlock x:Name="TbResultStatistics"></TextBlock>
</ScrollViewer>
</Grid>
</TabItem>
</TabControl>