|
12 | 12 | <Grid.RowDefinitions>
|
13 | 13 | <RowDefinition Height="Auto"></RowDefinition>
|
14 | 14 | <RowDefinition Height="Auto"></RowDefinition>
|
| 15 | + <RowDefinition Height="Auto"></RowDefinition> |
| 16 | + <RowDefinition Height="Auto"></RowDefinition> |
15 | 17 | </Grid.RowDefinitions>
|
16 | 18 | <Grid.ColumnDefinitions>
|
17 | 19 | <ColumnDefinition Width="Auto"></ColumnDefinition>
|
18 | 20 | <ColumnDefinition Width="*"></ColumnDefinition>
|
19 | 21 | <ColumnDefinition Width="Auto"></ColumnDefinition>
|
20 | 22 | </Grid.ColumnDefinitions>
|
| 23 | + |
21 | 24 | <Label Margin="0,0,5,5" Grid.Row="0" Grid.Column="0" Width="100" HorizontalContentAlignment="Right" >NUnit Path:</Label>
|
22 | 25 | <TextBox Margin="0,5,0,0" Grid.Row="0" Grid.Column="1" Text="{Binding Path=NUnitExePath, Mode=TwoWay}" HorizontalContentAlignment="Stretch" MinWidth="150"/>
|
23 | 26 | <Button Margin="5,5,0,0" Grid.Row="0" Grid.Column="2" Width="20" Command="{Binding ProcessSelectNUnitExe}">...</Button>
|
24 |
| - <Label Margin="0,1,5,4" Grid.Row="1" Grid.Column="0" Width="100" HorizontalContentAlignment="Right">OpenCover Path:</Label> |
25 |
| - <TextBox Margin="0,5,0,0" Grid.Row="1" Grid.Column="1" Text="{Binding Path=OpenCoverExePath, Mode=TwoWay}" HorizontalContentAlignment="Stretch" MinWidth="150" /> |
26 |
| - <Button Margin="5,5,0,0" Grid.Row="1" Grid.Column="2" Width="20" Command="{Binding ProcessSelectOpenCoverExe}" >...</Button> |
27 | 27 |
|
| 28 | + <Label Margin="0,0,5,5" Grid.Row="1" Grid.Column="1" FontStyle="Italic" FontSize="12"> |
| 29 | + <TextBlock Text="Select nunit-console.exe or nunit-console-x86.exe depending on your architecture" TextWrapping="Wrap" /> |
| 30 | + </Label> |
| 31 | + |
| 32 | + <Label Margin="0,1,5,4" Grid.Row="2" Grid.Column="0" Width="100" HorizontalContentAlignment="Right">OpenCover Path:</Label> |
| 33 | + <TextBox Margin="0,5,0,0" Grid.Row="2" Grid.Column="1" Text="{Binding Path=OpenCoverExePath, Mode=TwoWay}" HorizontalContentAlignment="Stretch" MinWidth="150" /> |
| 34 | + <Button Margin="5,5,0,0" Grid.Row="2" Grid.Column="2" Width="20" Command="{Binding ProcessSelectOpenCoverExe}" >...</Button> |
| 35 | + |
| 36 | + <Label Margin="0,0,5,5" Grid.Row="3" Grid.Column="1" FontStyle="Italic" FontSize="12"> |
| 37 | + <TextBlock Text="Select opencover.console.exe of your OpenCover installation" TextWrapping="Wrap" /> |
| 38 | + </Label> |
28 | 39 | </Grid>
|
29 | 40 | </UserControl>
|
0 commit comments