|
21 | 21 | <ContentControl Margin="0,16,0,8" Content="{Binding Mode}"> |
22 | 22 | <ContentControl.DataTemplates> |
23 | 23 | <DataTemplate DataType="vm:DiscardAllMode"> |
24 | | - <Grid RowDefinitions="32,32,32,Auto" ColumnDefinitions="120,*"> |
| 24 | + <Grid RowDefinitions="32,32,32,32,Auto" ColumnDefinitions="120,*"> |
25 | 25 | <TextBlock Grid.Row="0" Grid.Column="0" |
26 | 26 | Margin="0,0,8,0" |
27 | 27 | HorizontalAlignment="Right" |
|
30 | 30 | Text="{DynamicResource Text.Discard.All}"/> |
31 | 31 |
|
32 | 32 | <CheckBox Grid.Row="1" Grid.Column="1" |
| 33 | + Content="{DynamicResource Text.Discard.IncludeModified}" |
| 34 | + IsChecked="{Binding IncludeModified, Mode=TwoWay}"/> |
| 35 | + |
| 36 | + <CheckBox Grid.Row="2" Grid.Column="1" |
33 | 37 | Content="{DynamicResource Text.Discard.IncludeUntracked}" |
34 | 38 | IsChecked="{Binding IncludeUntracked, Mode=TwoWay}"/> |
35 | 39 |
|
36 | | - <CheckBox Grid.Row="2" Grid.Column="1" |
| 40 | + <CheckBox Grid.Row="3" Grid.Column="1" |
37 | 41 | Content="{DynamicResource Text.Discard.IncludeIgnored}" |
38 | 42 | IsChecked="{Binding IncludeIgnored, Mode=TwoWay}"/> |
39 | 43 |
|
40 | | - <Grid Grid.Row="3" Grid.Column="1" ColumnDefinitions="Auto,*" Margin="0,6,0,0"> |
| 44 | + <Grid Grid.Row="4" Grid.Column="1" ColumnDefinitions="Auto,*" Margin="0,6,0,0"> |
41 | 45 | <Path Grid.Column="0" |
42 | 46 | Width="14" Height="14" |
43 | 47 | Data="{StaticResource Icons.Error}" |
|
0 commit comments