Skip to content

Commit

Permalink
chore: Further UI adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jan 15, 2025
1 parent aa08ba3 commit e9a15ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
d:DesignHeight="300"
d:DesignWidth="400">

<Grid RowSpacing="8">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="0" x:Name="failedTestDetailsRow" />
Expand Down Expand Up @@ -88,12 +88,12 @@
</Button>
</Grid>

<StackPanel Orientation="Horizontal">
<StackPanel Orientation="Horizontal" Margin="0,8">
<TextBlock Text="Status: " />
<TextBlock x:Name="runStatus" Text="Not initialized" />
</StackPanel>

<StackPanel Orientation="Horizontal" Spacing="8">
<StackPanel Orientation="Horizontal" Spacing="8" Margin="0,0,0,8">
<StackPanel.Resources>
<Style TargetType="TextBlock">
<Setter Property="VerticalAlignment" Value="Center" />
Expand Down

0 comments on commit e9a15ef

Please sign in to comment.