|
44 | 44 | <TextBlock Classes="tab_header" Text="{DynamicResource Text.Configure.Git}"/> |
45 | 45 | </TabItem.Header> |
46 | 46 |
|
47 | | - <Grid Margin="16,4,16,8" RowDefinitions="32,32,32,32,32,32,32,32,32,32,32,32" ColumnDefinitions="Auto,*"> |
| 47 | + <Grid Margin="16,4,16,8" RowDefinitions="32,32,32,32,32,32,32,32,32,32,32" ColumnDefinitions="Auto,*"> |
48 | 48 | <TextBlock Grid.Row="0" Grid.Column="0" |
49 | 49 | HorizontalAlignment="Right" VerticalAlignment="Center" |
50 | 50 | Margin="0,0,8,0" |
|
179 | 179 | <CheckBox Grid.Row="10" Grid.Column="1" |
180 | 180 | Content="{DynamicResource Text.Configure.Git.AskBeforeAutoUpdatingSubmodules}" |
181 | 181 | IsChecked="{Binding AskBeforeAutoUpdatingSubmodules, Mode=TwoWay}"/> |
182 | | - |
183 | | - <StackPanel Grid.Row="11" Grid.Column="1" Orientation="Horizontal"> |
184 | | - <CheckBox x:Name="AutoFetchCheckBox" |
185 | | - Content="{DynamicResource Text.Configure.Git.AutoFetch}" |
186 | | - IsChecked="{Binding EnableAutoFetch, Mode=TwoWay}"/> |
187 | | - |
188 | | - <NumericUpDown Minimum="1" Maximum="60" Increment="1" |
189 | | - Height="26" Width="110" |
190 | | - Margin="8,0,0,0" Padding="4" |
191 | | - BorderThickness="1" BorderBrush="{DynamicResource Brush.Border1}" |
192 | | - CornerRadius="3" |
193 | | - ParsingNumberStyle="Integer" |
194 | | - FormatString="0" |
195 | | - Value="{Binding AutoFetchInterval, Mode=TwoWay, FallbackValue=10}" |
196 | | - IsEnabled="{Binding #AutoFetchCheckBox.IsChecked}"/> |
197 | | - |
198 | | - <TextBlock VerticalAlignment="Center" |
199 | | - Margin="5,0,0,0" |
200 | | - Text="{DynamicResource Text.Configure.Git.AutoFetchIntervalSuffix}" /> |
201 | | - </StackPanel> |
202 | 182 | </Grid> |
203 | 183 | </TabItem> |
204 | 184 |
|
|
0 commit comments